From: Junio C Hamano Date: Mon, 23 Jan 2017 23:59:22 +0000 (-0800) Subject: Merge branch 'ad/bisect-terms' X-Git-Tag: v2.12.0-rc0~48 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e94577039564ace7b7fb8186d170ea7350f55e4c?hp=1ac244d5b20a9ea4a640e2ee80b9818f564aa237 Merge branch 'ad/bisect-terms' Documentation fix. * ad/bisect-terms: Documentation/bisect: improve on (bad|new) and (good|bad) --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 2bb9a577a2..bdd915a66b 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -18,8 +18,8 @@ on the subcommand: git bisect start [--term-{old,good}= --term-{new,bad}=] [--no-checkout] [ [...]] [--] [...] - git bisect (bad|new) [] - git bisect (good|old) [...] + git bisect (bad|new|) [] + git bisect (good|old|) [...] git bisect terms [--term-good | --term-bad] git bisect skip [(|)...] git bisect reset []