Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/t5000-gzip-simplify'
[gitweb.git]
/
git-bisect.sh
diff --git
a/git-bisect.sh
b/git-bisect.sh
index 9f064b6f4f0c209a0315538e48049c2d013316df..73b4c14d4f631b811a20392684a87c6b97daedc7 100755
(executable)
--- a/
git-bisect.sh
+++ b/
git-bisect.sh
@@
-137,7
+137,7
@@
bisect_start() {
# cogito usage, and cogito users should understand
# it relates to cg-seek.
[ -s "$GIT_DIR/head-name" ] &&
- die "$(gettext "won't bisect on
seek
ed tree")"
+ die "$(gettext "won't bisect on
cg-seek'
ed tree")"
start_head="${head#refs/heads/}"
;;
*)