commit | 73b6a6cbda9cd568e2544f2c7dd6c217e369cc37 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Thu Jul 28 00:28:44 2005 -0700 |
committer | Paul Mackerras <paulus@samba.org> | Thu Jul 28 07:29:59 2005 -0500 |
tree | 7a42296b1bdfe899054652b09637fb41d6faf377 | |
parent | 4ef175376341b15f25098f0ef0ae77852bd3dc88 [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>