summaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-08-31 22:49:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-31 22:49:49 (GMT)
commitb9ccc5e2b445c048b2165eef0cde103eb00c1673 (patch)
tree0bc90b26bb7d981b4c16367df439cb3b20958c96 /git-bisect.sh
parentcca424ba9095bdadea0e1ed9d4b8ce4158483173 (diff)
parent6028f5f661d5e701f410a8183d69f22871456ef7 (diff)
downloadgit-b9ccc5e2b445c048b2165eef0cde103eb00c1673.zip
git-b9ccc5e2b445c048b2165eef0cde103eb00c1673.tar.gz
git-b9ccc5e2b445c048b2165eef0cde103eb00c1673.tar.bz2
Merge branch 'al/bisect-first-parent'
Finishing touches. * al/bisect-first-parent: bisect: add first-parent option to documentation
Diffstat (limited to 'git-bisect.sh')
-rwxr-xr-xgit-bisect.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh
index c7580e5..c28e35b 100755
--- a/git-bisect.sh
+++ b/git-bisect.sh
@@ -4,7 +4,7 @@ USAGE='[help|start|bad|good|new|old|terms|skip|next|reset|visualize|view|replay|
LONG_USAGE='git bisect help
print this long help message.
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
- [--no-checkout] [<bad> [<good>...]] [--] [<pathspec>...]
+ [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
reset bisect state and start bisection.
git bisect (bad|new) [<rev>]
mark <rev> a known-bad revision/