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 safer to introduce a separate --signature-file option.
[...]
builtin/log.c | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
Tests?
Thanks and hope that helps,
Jonathan