All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/4] Show author and/or committer in some cases
@ 2008-05-04 16:04 Santi Béjar
  2008-05-04 16:04 ` [PATCHv4 1/4] Preparation to call determine_author_info from prepare_to_commit Santi Béjar
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Santi Béjar @ 2008-05-04 16:04 UTC (permalink / raw)
  To: git; +Cc: Santi Béjar

Hi *,

  This patch series tries to make more evident the author and committer ident
in case the user might be using an unintended author/committer identity.

Santi

Santi Béjar (4):
  Preparation to call determine_author_info from prepare_to_commit
  commit: Show author if different from committer
  commit: Show committer if automatic
  user.warnautomatic: add config to control if the committer ident is
    shown

 Documentation/config.txt |    4 ++
 builtin-commit.c         |  112 +++++++++++++++++++++++++++++----------------
 cache.h                  |    2 +
 config.c                 |    9 ++++
 environment.c            |    2 +
 ident.c                  |    3 +
 t/t7502-commit.sh        |   38 ++++++++++++++++
 7 files changed, 130 insertions(+), 40 deletions(-)

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

end of thread, other threads:[~2008-05-07 16:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04 16:04 [PATCHv4 0/4] Show author and/or committer in some cases Santi Béjar
2008-05-04 16:04 ` [PATCHv4 1/4] Preparation to call determine_author_info from prepare_to_commit Santi Béjar
2008-05-04 16:12   ` Santi Béjar
2008-05-04 16:04 ` [PATCHv4 2/4] commit: Show author if different from committer Santi Béjar
2008-05-06 23:34   ` Junio C Hamano
2008-05-04 16:04 ` [PATCHv4 3/4] commit: Show committer if automatic Santi Béjar
2008-05-04 16:04 ` [PATCHv4 4/4] user.warnautomatic: add config to control if the committer ident is shown Santi Béjar
2008-05-07 16:12   ` Junio C Hamano
2008-05-07 16:32     ` Santi Béjar
2008-05-04 16:25 ` [PATCHv4 0/4] Show author and/or committer in some cases Santi Béjar

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.