From: Mehul Jain <mehul.jain2029@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>,
Mehul Jain <mehul.jain2029@gmail.com>
Subject: [PATCH v2 0/2] Introduce log.showSignature config variable
Date: Sat, 18 Jun 2016 17:55:08 +0530 [thread overview]
Message-ID: <20160618122510.5105-1-mehul.jain2029@gmail.com> (raw)
Add a new configuratation variable "log.showSignature" for git-log and
related commands. "log.showSignature=true" will enable user to see GPG signature
by default for git-log and related commands.
Changes:
* Order of patches is reversed as suggested by Junio[1].
* A new test has been introduced for "--no-show-signature"
option.
Previous patch: http://thread.gmane.org/gmane.comp.version-control.git/296474
[1]: http://thread.gmane.org/gmane.comp.version-control.git/296474/focus=296476
Mehul Jain (2):
log: add "--no-show-signature" command line option
log: add log.showSignature configuration variable
Documentation/git-log.txt | 4 ++++
builtin/log.c | 6 ++++++
revision.c | 2 ++
t/t4202-log.sh | 35 +++++++++++++++++++++++++++++++++++
t/t7510-signed-commit.sh | 7 +++++++
5 files changed, 54 insertions(+)
--
2.9.0.rc0.dirty
next reply other threads:[~2016-06-18 12:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-18 12:25 Mehul Jain [this message]
2016-06-18 12:25 ` [PATCH v2 1/2] log: add "--no-show-signature" command line option Mehul Jain
2016-06-18 12:25 ` [PATCH v2 2/2] log: add log.showSignature configuration variable Mehul Jain
2016-06-19 6:59 ` Eric Sunshine
2016-06-19 11:30 ` Mehul Jain
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=20160618122510.5105-1-mehul.jain2029@gmail.com \
--to=mehul.jain2029@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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).