author | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Jul 2005 07:28:44 +0000 (00:28 -0700) | ||
committer | Paul Mackerras <paulus@samba.org> | |
Thu, 28 Jul 2005 12:29:59 +0000 (07:29 -0500) | ||
commit | 73b6a6cbda9cd568e2544f2c7dd6c217e369cc37 | |
tree | 7a42296b1bdfe899054652b09637fb41d6faf377 | tree | snapshot |
parent | 4ef175376341b15f25098f0ef0ae77852bd3dc88 | commit | diff |
[PATCH] gitk: Use GIT_DIR where appropriate.
Some places assumed .git is the GIT_DIR, resulting heads and
tags not showing when it was run like "GIT_DIR=. gitk --all".
This is not a contrived example --- I rely on it to verify
my private copy of git.git repository before pushing it out.
Define a single procedure "gitdir" and use it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Some places assumed .git is the GIT_DIR, resulting heads and
tags not showing when it was run like "GIT_DIR=. gitk --all".
This is not a contrived example --- I rely on it to verify
my private copy of git.git repository before pushing it out.
Define a single procedure "gitdir" and use it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk | diff | blob | history |