diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-30 16:59:37 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-30 19:19:02 -0700 |
commit | 076b2324cdca9a2825c569cf9ec02d219c237e26 (patch) | |
tree | 6de74c926594fbccf3b1faeacfcbd95e021b70ec | |
parent | [PATCH] Initial import of git-archimport-script (diff) | |
download | tgif-076b2324cdca9a2825c569cf9ec02d219c237e26.tar.xz |
show-branch: make it work in a subdirectory.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | show-branch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/show-branch.c b/show-branch.c index 958a5e884a..8b37aebb01 100644 --- 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")) |