commit | 7022650f61ff7d7c9297db4a04f4e93ae14e1750 | [log] [tgz] |
---|---|---|
author | Jeremiah Mahler <jmmahler@gmail.com> | Fri May 23 21:08:14 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 27 12:38:32 2014 -0700 |
tree | 3369dd500a78e0a1def31441b3b4be3b7c940085 | |
parent | c6076e2b4aaebd4a49b01255fe8c67405704aa72 [diff] |
format-patch: add "--signature-file=<file>" option Add an option to format-patch for reading a signature from a file. $ git format-patch -1 --signature-file=$HOME/.signature The config variable `format.signaturefile` can also be used to make this the default. $ git config format.signaturefile $HOME/.signature $ git format-patch -1 Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>