Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
document --exec for git-push
[gitweb.git]
/
builtin-archive.c
diff --git
a/builtin-archive.c
b/builtin-archive.c
index 391cf43911a16ec49862c18b7dd4f1f094d49de8..32737d31621e8d1a900d944f97fcaae43d56a12e 100644
(file)
--- a/
builtin-archive.c
+++ b/
builtin-archive.c
@@
-137,7
+137,6
@@
void parse_treeish_arg(const char **argv, struct archiver_args *ar_args,
if (err || !S_ISDIR(mode))
die("current working directory is untracked");
- free(tree);
tree = parse_tree_indirect(tree_sha1);
}
ar_args->tree = tree;