git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH v4 0/1] config: allow giving separate author and committer idents
@ 2019-01-30  0:35 William Hubbs
  2019-01-30  0:35 ` [PATCH v4 1/1] " William Hubbs
  0 siblings, 1 reply; 3+ messages in thread
From: William Hubbs @ 2019-01-30  0:35 UTC (permalink / raw)
  To: git; +Cc: williamh, chutzpah

All,

this implements the changes requested in v3 of this patch:

- removes an extra comma from the enum
- reworks the logic for config handling so that the author and committer
  variables are handled along with the user variables.

Please review.

William Hubbs (1):
  config: allow giving separate author and committer idents

 Documentation/config/user.txt | 23 ++++++---
 blame.c                       |  3 +-
 builtin/am.c                  |  1 +
 builtin/commit.c              |  3 +-
 cache.h                       | 13 ++++-
 config.c                      |  4 +-
 ident.c                       | 92 ++++++++++++++++++++++++++++++++---
 log-tree.c                    |  3 +-
 sequencer.c                   |  5 +-
 t/t7517-per-repo-email.sh     | 74 ++++++++++++++++++++++++++++
 10 files changed, 197 insertions(+), 24 deletions(-)

-- 
2.19.2


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

end of thread, other threads:[~2019-02-04 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30  0:35 [PATCH v4 0/1] config: allow giving separate author and committer idents William Hubbs
2019-01-30  0:35 ` [PATCH v4 1/1] " William Hubbs
2019-02-04 12:23   ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).