Re: [PATCH] git format-patch --signature

2014-05-13 Thread Jeremiah Mahler
hope that helps, > Jonathan Attached is a revised patch. -- Jeremiah Mahler jmmah...@gmail.com http://github.com/jmahler >From e5cbeaf50d85236d6dd53e64f8f7cf466b1acecd Mon Sep 17 00:00:00 2001 From: Jeremiah Mahler Date: Tue, 13 May 2014 18:10:53 -0700 Subject: [PATCH] format-patch --si

Re: [PATCH] git format-patch --signature

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 se

[PATCH] git format-patch --signature

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 chara