[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)
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>

No differences found