diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-08-31 15:49:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-08-31 15:49:49 -0700 |
commit | b9ccc5e2b445c048b2165eef0cde103eb00c1673 (patch) | |
tree | 0bc90b26bb7d981b4c16367df439cb3b20958c96 | |
parent | Merge branch 'jk/refspecs-cleanup' (diff) | |
parent | bisect: add first-parent option to documentation (diff) | |
download | tgif-b9ccc5e2b445c048b2165eef0cde103eb00c1673.tar.xz |
Merge branch 'al/bisect-first-parent'
Finishing touches.
* al/bisect-first-parent:
bisect: add first-parent option to documentation
-rwxr-xr-x | git-bisect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.sh b/git-bisect.sh index c7580e51a0..c28e35b0fa 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/ |