Skip to content

Commit 60b091c

Browse files
pquentingitster
authored andcommitted
git-bisect.txt: add missing word
Signed-off-by: Quentin Pradet <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 49800c9 commit 60b091c

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)