All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Introduce log.showSignature config variable
@ 2016-06-22 16:51 Mehul Jain
  2016-06-22 16:51 ` [PATCH v3 1/3] t4202: refactor test Mehul Jain
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Mehul Jain @ 2016-06-22 16:51 UTC (permalink / raw)
  To: git; +Cc: Eric Sunshine, Mehul Jain

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 compared to v2:
	* A preparatory patch 1/3 has been introduced so that tests
	  in patches 2/3 and 3/3 can take advantage of it.
	* Mistake regarding branch in [patch v2 2/2] has been
	  corrected.
	* Tight coupling between the tests in [patch v2 2/2] has
	  been resovled.

I would like to thanks Eric Sunshine for his feedback on previous
series [1].

[1]: http://thread.gmane.org/gmane.comp.version-control.git/297648 

Mehul Jain (3):
  t4202: refactoring of test
  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            | 32 ++++++++++++++++++++++++++++++--
 t/t7510-signed-commit.sh  |  7 +++++++
 5 files changed, 49 insertions(+), 2 deletions(-)

-- 
2.9.0.rc0.dirty


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

end of thread, other threads:[~2016-06-24 14:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 16:51 [PATCH v3 0/3] Introduce log.showSignature config variable Mehul Jain
2016-06-22 16:51 ` [PATCH v3 1/3] t4202: refactor test Mehul Jain
2016-06-24 14:12   ` Mehul Jain
2016-06-22 16:51 ` [PATCH v3 2/3] log: add "--no-show-signature" command line option Mehul Jain
2016-06-22 16:51 ` [PATCH v3 3/3] log: add log.showSignature configuration variable Mehul Jain
2016-06-22 20:31 ` [PATCH v3 0/3] Introduce log.showSignature config variable Junio C Hamano
2016-06-23  5:44   ` Mehul Jain
2016-06-23  6:32     ` Junio C Hamano
2016-06-24  9:21       ` Mehul Jain
2016-06-24 12:25         ` Eric Sunshine

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.