From: Quentin Pradet Date: Sat, 1 Apr 2017 06:40:56 +0000 (+0400) Subject: git-bisect.txt: add missing word X-Git-Tag: v2.13.0-rc0~23^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/60b091c6796a73ff8e56a7211d88d6c605bf55b5 git-bisect.txt: add missing word Signed-off-by: Quentin Pradet Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index bdd915a66b..6c42abf070 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -137,7 +137,7 @@ respectively, in place of "good" and "bad". (But note that you cannot mix "good" and "bad" with "old" and "new" in a single session.) In this more general usage, you provide `git bisect` with a "new" -commit has some property and an "old" commit that doesn't have that +commit that has some property and an "old" commit that doesn't have that property. Each time `git bisect` checks out a commit, you test if that commit has the property. If it does, mark the commit as "new"; otherwise, mark it as "old". When the bisection is done, `git bisect`