git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6] format-patch --signature-file <file>
@ 2014-05-21  1:02 Jeremiah Mahler
  2014-05-21  1:02 ` Jeremiah Mahler
  0 siblings, 1 reply; 14+ messages in thread
From: Jeremiah Mahler @ 2014-05-21  1:02 UTC (permalink / raw)
  To: Jeff King; +Cc: git, Jeremiah Mahler

v6 of patch to add format-patch --signature-file <file> option.

This revision includes more suggestions from Jeff King and Junio C Hamano:

  - Adding #define DEFAULT_SIGNATURE was a good idea but it could be
    used in a way that nullifies the pointer comparison used to see if
    the default has changed.  So this was removed.

  - The test cases depend on there being two blank lines after a
    signature from a file.  This is an odd problem because if --signature
    or the default is used only one blank line is produced.
    This problem can be addressed in another patch.

Jeremiah Mahler (1):
  format-patch --signature-file <file>

 Documentation/config.txt           |  4 ++++
 Documentation/git-format-patch.txt |  4 ++++
 builtin/log.c                      | 16 ++++++++++++++++
 t/t4014-format-patch.sh            | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 56 insertions(+)

-- 
Jeremiah Mahler
jmmahler@gmail.com
http://github.com/jmahler

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-05-21 23:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21  1:02 [PATCH v6] format-patch --signature-file <file> Jeremiah Mahler
2014-05-21  1:02 ` Jeremiah Mahler
2014-05-21 21:13   ` Junio C Hamano
2014-05-21 21:24     ` Junio C Hamano
2014-05-21 21:32       ` Jeremiah Mahler
2014-05-21 21:50     ` Jeremiah Mahler
2014-05-21 21:58       ` Junio C Hamano
2014-05-21 22:02         ` Jeff King
2014-05-21 22:15           ` Junio C Hamano
2014-05-21 22:27             ` Jeremiah Mahler
2014-05-21 22:48               ` Junio C Hamano
2014-05-21 22:12         ` Jeremiah Mahler
2014-05-21 22:37           ` Junio C Hamano
2014-05-21 23:18             ` Jeremiah Mahler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).