git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/2] format-patch --signature-file=<file>
@ 2014-05-24  4:08 Jeremiah Mahler
  2014-05-24  4:08 ` [PATCH v9 1/2] format-patch: make newline after signature conditional Jeremiah Mahler
  2014-05-24  4:08 ` [PATCH v9 2/2] format-patch --signature-file=<file> Jeremiah Mahler
  0 siblings, 2 replies; 3+ messages in thread
From: Jeremiah Mahler @ 2014-05-24  4:08 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Jeremiah Mahler

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

This revision includes more suggestions from Junio C Hamano.

  - Reworded patch description.  Using "special characters" is
	not a feature of this patch.

  - Changed patch description to follow gitcli(7) guidlines.
    "--signature-file=name" instead of "--signature-file name"

  - Reduced set of crucial test cases.

    --signature-file works

    format.signaturefile works

    --no-signature suppresses format.signaturefile

    --signature-file overrides format.signaturefile

    --signature overrides format.signaturefile

  - Note, the control logic had to be re-worked to satisfy these test cases.


Jeff King (1):
  format-patch: make newline after signature conditional

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

 Documentation/config.txt           |  4 +++
 Documentation/git-format-patch.txt |  4 +++
 builtin/log.c                      | 26 ++++++++++++++--
 t/t4014-format-patch.sh            | 61 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 93 insertions(+), 2 deletions(-)

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

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

end of thread, other threads:[~2014-05-24  4:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24  4:08 [PATCH v9 0/2] format-patch --signature-file=<file> Jeremiah Mahler
2014-05-24  4:08 ` [PATCH v9 1/2] format-patch: make newline after signature conditional Jeremiah Mahler
2014-05-24  4:08 ` [PATCH v9 2/2] format-patch --signature-file=<file> 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).