Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Docs for git-checkout-script.
[gitweb.git]
/
show-branch.c
diff --git
a/show-branch.c
b/show-branch.c
index 958a5e884afdf8bc21d672242d6bbee8d3c7340a..8b37aebb019ef91d773f12e2bf4c25eafcd9d355 100644
(file)
--- a/
show-branch.c
+++ b/
show-branch.c
@@
-317,6
+317,8
@@
int main(int ac, char **av)
int merge_base = 0;
char **label;
+ setup_git_directory();
+
while (1 < ac && av[1][0] == '-') {
char *arg = av[1];
if (!strcmp(arg, "--all"))