git-tar-tree: Remove duplicate git_config() call
commit81b84c42d645dd9c30b77f804abc07e128dc490b
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 24 Sep 2006 15:30:44 +0000 (24 17:30 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Sep 2006 02:55:07 +0000 (24 19:55 -0700)
treea0f75f8d6f0863d14b7ad658cc6e88f60da41605
parentb0ed9eafb35b2330d5a96be79307f0e65547febb
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>
builtin-tar-tree.c