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>
This commit is contained in:
parent
b0ed9eafb3
commit
81b84c42d6
@ -267,8 +267,6 @@ static int generate_tar(int argc, const char **argv, const char *prefix)
|
|||||||
int result;
|
int result;
|
||||||
char *base = NULL;
|
char *base = NULL;
|
||||||
|
|
||||||
git_config(git_tar_config);
|
|
||||||
|
|
||||||
memset(&args, 0, sizeof(args));
|
memset(&args, 0, sizeof(args));
|
||||||
if (argc != 2 && argc != 3)
|
if (argc != 2 && argc != 3)
|
||||||
usage(tar_tree_usage);
|
usage(tar_tree_usage);
|
||||||
|
Loading…
Reference in New Issue
Block a user