git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH 0/2] Introduce "log.showSignature" config variable
@ 2016-05-26 13:06 Mehul Jain
  2016-05-26 13:06 ` [RFC/PATCH 1/2] log: add "log.showsignature" configuration variable Mehul Jain
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Mehul Jain @ 2016-05-26 13:06 UTC (permalink / raw)
  To: git; +Cc: Austin English, Mehul Jain

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

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

end of thread, other threads:[~2016-05-27 17:48 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-26 13:06 [RFC/PATCH 0/2] Introduce "log.showSignature" config variable Mehul Jain
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

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).