diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2007-11-18 16:34:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-18 16:35:55 -0800 |
commit | 6459c7c6786aa9bda0c7a095c9db66c36da0e5f0 (patch) | |
tree | 2173036d1369eda6d14be4a167e5b605e5541d07 /git-sh-setup.sh | |
parent | Bisect visualize: use "for-each-ref" to list all good refs. (diff) | |
download | tgif-6459c7c6786aa9bda0c7a095c9db66c36da0e5f0.tar.xz |
Bisect: use "$GIT_DIR/BISECT_NAMES" to check if we are bisecting.
Previously we tested if the "$GIT_DIR/refs/bisect" directory
existed, to check if we were bisecting.
Now with packed refs, it is simpler to check if the file
"$GIT_DIR/BISECT_NAMES" exists, as it is already created when
starting bisection and removed when reseting bisection.
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-sh-setup.sh')
0 files changed, 0 insertions, 0 deletions