projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
git-describe: really prefer tags only.
[git]
/
prune-packed.c
diff --git
a/prune-packed.c
b/prune-packed.c
index
26123f7
..
d24b097
100644
(file)
--- a/
prune-packed.c
+++ b/
prune-packed.c
@@
-58,6
+58,8
@@
int main(int argc, char **argv)
{
int i;
+ setup_git_directory();
+
for (i = 1; i < argc; i++) {
const char *arg = argv[i];