Skip to content

Commit 22695a3

Browse files
committed
Merge branch 'bk/bisect-doc-fix'
Synopsis fix. * bk/bisect-doc-fix: doc: refer to pathspec instead of path doc: use singular form of repeatable path arg
2 parents f033388 + 9cce3be commit 22695a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-bisect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The command takes various subcommands, and different options depending
1717
on the subcommand:
1818

1919
git bisect start [--term-(new|bad)=<term-new> --term-(old|good)=<term-old>]
20-
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...]
20+
[--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
2121
git bisect (bad|new|<term-new>) [<rev>]
2222
git bisect (good|old|<term-old>) [<rev>...]
2323
git bisect terms [--term-good | --term-bad]
@@ -299,7 +299,7 @@ Cutting down bisection by giving more parameters to bisect start
299299

300300
You can further cut down the number of trials, if you know what part of
301301
the tree is involved in the problem you are tracking down, by specifying
302-
path parameters when issuing the `bisect start` command:
302+
pathspec parameters when issuing the `bisect start` command:
303303

304304
------------
305305
$ git bisect start -- arch/i386 include/asm-i386

0 commit comments

Comments
 (0)