summaryrefslogtreecommitdiff
path: root/git-bisect.sh
diff options
context:
space:
mode:
authorAaron Lipman <alipman88@gmail.com>2020-08-22 20:32:03 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-08-22 21:03:35 (GMT)
commit6028f5f661d5e701f410a8183d69f22871456ef7 (patch)
tree1e2a516ba689987a29b2c37ac702eb2eb42f6611 /git-bisect.sh
parentad464a4e84b502fdfd4671f1c443060c7e87113f (diff)
downloadgit-6028f5f661d5e701f410a8183d69f22871456ef7.zip
git-6028f5f661d5e701f410a8183d69f22871456ef7.tar.gz
git-6028f5f661d5e701f410a8183d69f22871456ef7.tar.bz2
bisect: add first-parent option to documentation
Ensure that the [--first-parent] option is listed in the output of "git bisect -h". Signed-off-by: Aaron Lipman <alipman88@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 8fbda2e..eefc8ee 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/