[PATCH] git format-patch --signature string | file

2014-05-13 Thread Jeremiah Mahler
Improved format-patch --signature option so that it can read from a file as well as from a string. # from a string $ git format-patch --signature from a string origin # or from a file $ git format-patch --signature ~/.signature origin Now signatures with newlines or other special

Re: [PATCH] git format-patch --signature string | file

2014-05-13 Thread Jonathan Nieder
Hi, Jeremiah Mahler wrote: # from a string $ git format-patch --signature from a string origin # or from a file $ git format-patch --signature ~/.signature origin Interesting. But... what if I want my patch to end with -- /home/jrnieder/.signature ? It seems

Re: [PATCH] git format-patch --signature string | file

2014-05-13 Thread Jeremiah Mahler
On Tue, May 13, 2014 at 09:07:12AM -0700, Jonathan Nieder wrote: Hi, Jeremiah Mahler wrote: # from a string $ git format-patch --signature from a string origin # or from a file $ git format-patch --signature ~/.signature origin Interesting. But... what if I want my