author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 20 Dec 2006 22:31:36 +0000 (23:31 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 20 Dec 2006 22:32:09 +0000 (23:32 +0100) | ||
commit | 337d7377fb08b547d5827328765f6c7d64ff3628 | |
tree | 3101e9df04f3ffaf901876520243e01098d5b343 | tree | snapshot |
parent | 832a47c4563804cd3cbb42983832113bea88b291 | commit | diff |
Make tig handle GIT_DIR better
The problem was caused by load_refs() calling "git-ls-remote ." completely
ignoring GIT_DIR. This is fixed by using git-rev-parse --git-dir to extract
the path to the requested git repository.
The problem was caused by load_refs() calling "git-ls-remote ." completely
ignoring GIT_DIR. This is fixed by using git-rev-parse --git-dir to extract
the path to the requested git repository.
tig.c | diff | blob | history |