X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tig/blobdiff_plain/832a47c4563804cd3cbb42983832113bea88b291..337d7377fb08b547d5827328765f6c7d64ff3628:/tig.c diff --git a/tig.c b/tig.c index c622183..ebd7abe 100644 --- a/tig.c +++ b/tig.c @@ -81,7 +81,7 @@ static size_t utf8_length(const char *string, size_t max_width, int *coloffset, #define SCALE_SPLIT_VIEW(height) ((height) * 2 / 3) #define TIG_LS_REMOTE \ - "git ls-remote . 2>/dev/null" + "git ls-remote $(git rev-parse --git-dir) 2>/dev/null" #define TIG_DIFF_CMD \ "git show --root --patch-with-stat --find-copies-harder -B -C %s 2>/dev/null"