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

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

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

  - Use git_config_pathname instead of git_config_string for ~ expansion.

  - Eliminated head/tail --lines which is not POSIX compliant.
    Replaced with sed equivalents.

  - Used test_config instead of git config which also handles unsetting.

  - Use a DEFAULT_SIGNATURE variable to better describe its purpose
    instead of git_version_string which could be confusing.


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

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

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

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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20  8:00 [PATCH v5] format-patch --signature-file <file> Jeremiah Mahler
2014-05-20  8:00 ` Jeremiah Mahler
2014-05-20  8:27   ` Jeff King
2014-05-20 17:53     ` Junio C Hamano
2014-05-20 18:24       ` Jeff King
2014-05-20 18:46         ` Junio C Hamano
2014-05-21 16:42           ` Jeff King
2014-05-21 16:55             ` Jeremiah Mahler
2014-05-21 17:00               ` Jeff King
2014-05-21 17:37             ` Junio C Hamano
2014-05-21 17:59               ` Jeff King
2014-05-21 18:26                 ` Junio C Hamano
2014-05-21 20:47                   ` Jeff King
2014-05-21 21:14                     ` Jeremiah Mahler
2014-05-21  0:42     ` 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).