[PATCH] gitk: Use GIT_DIR where appropriate.
authorJunio C Hamano <junkio@cox.net>
Thu, 28 Jul 2005 07:28:44 +0000 (00:28 -0700)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jul 2005 12:29:59 +0000 (07:29 -0500)
commit73b6a6cbda9cd568e2544f2c7dd6c217e369cc37
tree7a42296b1bdfe899054652b09637fb41d6faf377
parent4ef175376341b15f25098f0ef0ae77852bd3dc88
[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>
gitk