Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-cherry-pick: Add --replay and --no-commit.
[gitweb.git]
/
tar-tree.c
diff --git
a/tar-tree.c
b/tar-tree.c
index 970c4bb54e148282a89f1249a96deca880bccafd..bacb23ae6365767dfdc93c6041aa9f3cb673b27b 100644
(file)
--- a/
tar-tree.c
+++ b/
tar-tree.c
@@
-407,6
+407,8
@@
int main(int argc, char **argv)
void *buffer;
unsigned long size;
+ setup_git_directory();
+
switch (argc) {
case 3:
basedir = argv[2];