Re: [PATCHv4 0/4] Show author and/or committer in some cases
From: Santi Béjar <hidden>
Date: 2016-06-15 22:44:34
On Sun, May 4, 2008 at 6:04 PM, Santi Béjar [off-list ref] wrote:
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.
Oops, I send it without saving the buffer. Changes since last round (v3?): * removed an unused function * Add comment why git_committer_info is called discarding the value * Minor changes to the tests
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(-)