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
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
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
3 matches
Mail list logo