Skip to content

Commit 263fd04

Browse files
committed
Merge branch 'qp/bisect-docfix'
Doc update. * qp/bisect-docfix: git-bisect.txt: add missing word
2 parents 97d9e97 + 60b091c commit 263fd04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-bisect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ respectively, in place of "good" and "bad". (But note that you cannot
137137
mix "good" and "bad" with "old" and "new" in a single session.)
138138

139139
In this more general usage, you provide `git bisect` with a "new"
140-
commit has some property and an "old" commit that doesn't have that
140+
commit that has some property and an "old" commit that doesn't have that
141141
property. Each time `git bisect` checks out a commit, you test if that
142142
commit has the property. If it does, mark the commit as "new";
143143
otherwise, mark it as "old". When the bisection is done, `git bisect`

0 commit comments

Comments
 (0)