Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-ls-tree: add "-t" option to always show the tree entries
[gitweb.git]
/
pack-redundant.c
diff --git
a/pack-redundant.c
b/pack-redundant.c
index 793fa08096e83e9a5504ca2bdc73b9b4d2a4dbbd..0a43278924edae9d6e3ecdf4bb100bea10faef97 100644
(file)
--- a/
pack-redundant.c
+++ b/
pack-redundant.c
@@
-600,6
+600,8
@@
int main(int argc, char **argv)
unsigned char *sha1;
char buf[42]; /* 40 byte sha1 + \n + \0 */
+ setup_git_directory();
+
for (i = 1; i < argc; i++) {
const char *arg = argv[i];
if(!strcmp(arg, "--")) {