aboutsummaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-11-15 12:14:36 +0900
committerJunio C Hamano <gitster@pobox.com>2017-11-15 12:14:36 +0900
commit69bfdc614e52ddc66d86ca0d0a6a8fd779d0edca (patch)
tree8056fe15e9bdd175dea4bd721f245bb0cdc4fecb /git-bisect.sh
parent26a45eac8004bc700f4439970e21514c258f7342 (diff)
parentdbc349bba0ddf118b0ec8404ec01014d49cecfd3 (diff)
downloadgit-69bfdc614e52ddc66d86ca0d0a6a8fd779d0edca.tar.gz
git-69bfdc614e52ddc66d86ca0d0a6a8fd779d0edca.tar.xz
Merge branch 'rd/bisect-view-is-visualize'
Doc and message updates to teach users "bisect view" is a synonym for "bisect visualize". * rd/bisect-view-is-visualize: bisect: mention "view" as an alternative to "visualize"
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index 0138a8860..a82256e34 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|replay|log|run]'
+USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|log|run]'
LONG_USAGE='git bisect help
print this long help message.
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
@@ -20,7 +20,7 @@ git bisect next
find next bisection to test and check it out.
git bisect reset [<commit>]
finish bisection search and go back to commit.
-git bisect visualize
+git bisect (visualize|view)
show bisect status in gitk.
git bisect replay <logfile>
replay bisection log.