From: Mehul Jain <mehul.jain2029@gmail.com>
To: git@vger.kernel.org
Cc: Austin English <austinenglish@gmail.com>,
Mehul Jain <mehul.jain2029@gmail.com>
Subject: [RFC/PATCH 0/2] Introduce "log.showSignature" config variable
Date: Thu, 26 May 2016 18:36:45 +0530 [thread overview]
Message-ID: <20160526130647.27001-1-mehul.jain2029@gmail.com> (raw)
Add a new configuratation variable "log.showSignature" for git-log and
git-show. "log.showSignature=true" will enable user to see GPG signature
by default while using git-log and git-show.
[Patch 1/2] introduce the config variable along with some tests.
[Patch 2/2] tackles the problem: what if user wants to disable the
setting of "log.showSignature=true" using a command line
switch.
Previous discussion on this: http://thread.gmane.org/gmane.comp.version-control.git/295405
Mehul Jain (2):
log: add "log.showsignature" configuration variable
log: add "--no-show-signature" command line option
Documentation/git-log.txt | 4 ++++
builtin/log.c | 6 ++++++
revision.c | 2 ++
t/t4202-log.sh | 26 ++++++++++++++++++++++++++
t/t7510-signed-commit.sh | 7 +++++++
5 files changed, 45 insertions(+)
--
2.9.0.rc0.dirty
next reply other threads:[~2016-05-26 13:08 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-26 13:06 Mehul Jain [this message]
2016-05-26 13:06 ` [RFC/PATCH 1/2] log: add "log.showsignature" configuration variable Mehul Jain
2016-05-26 13:42 ` Remi Galan Alfonso
2016-05-26 15:04 ` Mehul Jain
2016-05-26 15:43 ` Remi Galan Alfonso
2016-05-26 16:06 ` Mehul Jain
2016-05-27 4:01 ` Pranit Bauva
2016-05-26 16:59 ` Jeff King
2016-05-27 6:04 ` Mehul Jain
2016-05-26 13:06 ` [RFC/PATCH 2/2] log: add "--no-show-signature" command line option Mehul Jain
2016-05-26 16:32 ` Jeff King
2016-05-26 16:42 ` Mehul Jain
2016-05-26 17:01 ` Jeff King
2016-05-26 17:22 ` Junio C Hamano
2016-05-27 6:08 ` Mehul Jain
2016-05-27 17:37 ` Junio C Hamano
2016-05-27 17:48 ` Jeff King
2016-05-27 2:55 ` [RFC/PATCH 0/2] Introduce "log.showSignature" config variable Austin English
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=20160526130647.27001-1-mehul.jain2029@gmail.com \
--to=mehul.jain2029@gmail.com \
--cc=austinenglish@gmail.com \
--cc=git@vger.kernel.org \
/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).