git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/1] config: allow giving different author and committer idents
@ 2019-01-29 23:08 William Hubbs
  2019-01-29 23:08 ` [PATCH v3 1/1] config: allow giving separate " William Hubbs
  0 siblings, 1 reply; 5+ messages in thread
From: William Hubbs @ 2019-01-29 23:08 UTC (permalink / raw)
  To: git; +Cc: williamh, chutzpah

All,

this version of the patch adds more test cases, combines the tests into
the main patch, creates the static set_ident function, updates the
documentation and fixes some formatting.

It also applies against master.

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                      |  6 +++
 ident.c                       | 92 ++++++++++++++++++++++++++++++++---
 log-tree.c                    |  3 +-
 sequencer.c                   |  5 +-
 t/t7517-per-repo-email.sh     | 74 ++++++++++++++++++++++++++++
 10 files changed, 200 insertions(+), 23 deletions(-)

-- 
2.19.2


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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-29 23:08 [PATCH v3 0/1] config: allow giving different author and committer idents William Hubbs
2019-01-29 23:08 ` [PATCH v3 1/1] config: allow giving separate " William Hubbs
2019-01-29 23:33   ` Junio C Hamano
2019-02-04 12:17     ` Johannes Schindelin
2019-02-04 18:57       ` Junio C Hamano

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