author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | |
Sun, 24 Sep 2006 15:30:44 +0000 (17:30 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Sep 2006 02:55:07 +0000 (19:55 -0700) | ||
commit | 81b84c42d645dd9c30b77f804abc07e128dc490b | |
tree | a0f75f8d6f0863d14b7ad658cc6e88f60da41605 | tree | snapshot |
parent | b0ed9eafb35b2330d5a96be79307f0e65547febb | commit | diff |
git-tar-tree: Remove duplicate git_config() call
generate_tar() eventually calls write_tar_archive() which does all the
"real" work and which also calls git_config(git_tar_config). We only
need to do this once.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
generate_tar() eventually calls write_tar_archive() which does all the
"real" work and which also calls git_config(git_tar_config). We only
need to do this once.
Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-tar-tree.c | diff | blob | history |