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

Hi *,

  This patch series tries to make more evident the author and committer ident
used in a commit trying to minimize when it is shown.

Changes since v1:

- Add blank line before and after Author/Committer lines,
  but not beetween
- Fix for the initial commit, thanks to Jeff
- Only show the committer if not set with the user.* configs.

Santi

Santi Béjar (3):
  Preparation to call determine_author_info from prepare_to_commit
  commit: Show author if different from committer
  commit: Show committer if different from the parent and automatic

 builtin-commit.c  |  135 +++++++++++++++++++++++++++++++++++++----------------
 cache.h           |    1 +
 config.c          |    4 ++
 environment.c     |    1 +
 t/t7502-commit.sh |   23 +++++++++
 5 files changed, 124 insertions(+), 40 deletions(-)

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

end of thread, other threads:[~2008-05-01 12:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-01 12:09 [PATCHv2 0/3] Show author and/or committer in some cases Santi Béjar
2008-05-01 12:09 ` [PATCHv2 1/3] Preparation to call determine_author_info from prepare_to_commit Santi Béjar
2008-05-01 12:09 ` [PATCHv2 2/3] commit: Show author if different from committer Santi Béjar
2008-05-01 12:09 ` [PATCHv2 3/3] commit: Show committer if different from the parent and automatic Santi Béjar
2008-05-01 12:18 ` [PATCHv2 1/3] Preparation to call determine_author_info from prepare_to_commit Santi Béjar

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