author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 11 Nov 2007 17:35:58 +0000 (17:35 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 23 Nov 2007 01:05:03 +0000 (17:05 -0800) | ||
commit | 13208572fbe8838fd8835548d7502202d1f7b21d | |
tree | 33292fe1e4b5144f3399ab630e862f8f254b2249 | tree | snapshot |
parent | 367c98866c340bc9cf5cfa88c3b69f027165fc44 | commit | diff |
builtin-commit: fix --signoff
The Signed-off-by: line contained a spurious timestamp. The reason was
a call to git_committer_info(1), which automatically added the
timestamp.
Instead, fmt_ident() was taught to interpret an empty string for the
date (as opposed to NULL, which still triggers the default behavior)
as "do not bother with the timestamp", and builtin-commit.c uses it.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The Signed-off-by: line contained a spurious timestamp. The reason was
a call to git_committer_info(1), which automatically added the
timestamp.
Instead, fmt_ident() was taught to interpret an empty string for the
date (as opposed to NULL, which still triggers the default behavior)
as "do not bother with the timestamp", and builtin-commit.c uses it.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-commit.c | diff | blob | history | |
ident.c | diff | blob | history | |
t/t7500-commit.sh | diff | blob | history |