author | Junio C Hamano <junkio@cox.net> | |
Sun, 28 Jan 2007 08:50:53 +0000 (00:50 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 28 Jan 2007 09:58:50 +0000 (01:58 -0800) | ||
commit | 01754769ab9bf9ff2fe2b12590e7ee2c7c3448ca | |
tree | e98e8d08196d2bbc2a2326c1d439f17f301e9d4c | tree | snapshot |
parent | 903b45fe1808f72e712a118bf115b9dc07d02420 | commit | diff |
Don't force everybody to call setup_ident().
Back when only handful commands that created commit and tag were
the only users of committer identity information, it made sense
to explicitly call setup_ident() to pre-fill the default value
from the gecos information. But it is much simpler for programs
to make the call automatic when get_ident() is called these days,
since many more programs want to use the information when updating
the reflog.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Back when only handful commands that created commit and tag were
the only users of committer identity information, it made sense
to explicitly call setup_ident() to pre-fill the default value
from the gecos information. But it is much simpler for programs
to make the call automatic when get_ident() is called these days,
since many more programs want to use the information when updating
the reflog.
Signed-off-by: Junio C Hamano <junkio@cox.net>
13 files changed:
builtin-branch.c | diff | blob | history | |
builtin-commit-tree.c | diff | blob | history | |
builtin-log.c | diff | blob | history | |
builtin-update-ref.c | diff | blob | history | |
cache.h | diff | blob | history | |
fetch-pack.c | diff | blob | history | |
http-fetch.c | diff | blob | history | |
http-push.c | diff | blob | history | |
ident.c | diff | blob | history | |
local-fetch.c | diff | blob | history | |
receive-pack.c | diff | blob | history | |
ssh-fetch.c | diff | blob | history | |
var.c | diff | blob | history |