From: Jeremiah Mahler <jmmahler@gmail.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org, Jeremiah Mahler <jmmahler@gmail.com>
Subject: [PATCH v5] format-patch --signature-file <file>
Date: Tue, 20 May 2014 01:00:05 -0700 [thread overview]
Message-ID: <1400572806-21092-1-git-send-email-jmmahler@gmail.com> (raw)
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
next reply other threads:[~2014-05-20 8:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 8:00 Jeremiah Mahler [this message]
2014-05-20 8:00 ` [PATCH v5] format-patch --signature-file <file> 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400572806-21092-1-git-send-email-jmmahler@gmail.com \
--to=jmmahler@gmail.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).