summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorQuentin Pradet <quentin.pradet@gmail.com>2017-04-01 06:40:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-01 18:35:45 (GMT)
commit60b091c6796a73ff8e56a7211d88d6c605bf55b5 (patch)
tree0912bfa783f652434f06eb2be2f24e4998ba7a4b /Documentation
parent49800c940790cc7465d1b03e08d472ffd8684808 (diff)
downloadgit-60b091c6796a73ff8e56a7211d88d6c605bf55b5.zip
git-60b091c6796a73ff8e56a7211d88d6c605bf55b5.tar.gz
git-60b091c6796a73ff8e56a7211d88d6c605bf55b5.tar.bz2
git-bisect.txt: add missing word
Signed-off-by: Quentin Pradet <quentin.pradet@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index bdd915a..6c42abf 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`