From: "Santi Béjar" <sbejar@gmail.com>
To: git@vger.kernel.org
Cc: "Santi Béjar" <sbejar@gmail.com>
Subject: [PATCHv2 0/3] Show author and/or committer in some cases
Date: Thu, 1 May 2008 14:09:32 +0200 [thread overview]
Message-ID: <1209643775-2362-1-git-send-email-sbejar@gmail.com> (raw)
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(-)
next reply other threads:[~2008-05-01 12:10 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-01 12:09 Santi Béjar [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1209643775-2362-1-git-send-email-sbejar@gmail.com \
--to=sbejar@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).