Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ad/bisect-terms' into maint
author
Junio C Hamano
<gitster@pobox.com>
Tue, 31 Jan 2017 21:32:10 +0000
(13:32 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 31 Jan 2017 21:32:10 +0000
(13:32 -0800)
Documentation fix.
* ad/bisect-terms:
Documentation/bisect: improve on (bad|new) and (good|bad)
Documentation/git-bisect.txt
patch
|
blob
|
history
raw
(from parent 1:
14beee0
)
diff --git
a/Documentation/git-bisect.txt
b/Documentation/git-bisect.txt
index 2bb9a577a2b4a4e95dcf950239c2ead8d424319f..bdd915a66b481dccf9ae6d601b5497ceb6b3b3d7 100644
(file)
--- a/
Documentation/git-bisect.txt
+++ b/
Documentation/git-bisect.txt
@@
-18,8
+18,8
@@
on the subcommand:
git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>]
[--no-checkout] [<bad> [<good>...]] [--] [<paths>...]
- git bisect (bad|new) [<rev>]
- git bisect (good|old) [<rev>...]
+ git bisect (bad|new
|<term-new>
) [<rev>]
+ git bisect (good|old
|<term-old>
) [<rev>...]
git bisect terms [--term-good | --term-bad]
git bisect skip [(<rev>|<range>)...]
git bisect reset [<commit>]