summaryrefslogtreecommitdiff
path: root/local-fetch.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-28 08:50:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-28 09:58:50 (GMT)
commit01754769ab9bf9ff2fe2b12590e7ee2c7c3448ca (patch)
treee98e8d08196d2bbc2a2326c1d439f17f301e9d4c /local-fetch.c
parent903b45fe1808f72e712a118bf115b9dc07d02420 (diff)
downloadgit-01754769ab9bf9ff2fe2b12590e7ee2c7c3448ca.zip
git-01754769ab9bf9ff2fe2b12590e7ee2c7c3448ca.tar.gz
git-01754769ab9bf9ff2fe2b12590e7ee2c7c3448ca.tar.bz2
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>
Diffstat (limited to 'local-fetch.c')
-rw-r--r--local-fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/local-fetch.c b/local-fetch.c
index cf99cb7..7cfe8b3 100644
--- a/local-fetch.c
+++ b/local-fetch.c
@@ -210,7 +210,6 @@ int main(int argc, const char **argv)
char **commit_id;
int arg = 1;
- setup_ident();
setup_git_directory();
git_config(git_default_config);