summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-17 06:29:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-17 06:29:31 (GMT)
commit263fd041a8cb575e18331f0af39f4481039eaf34 (patch)
tree203344182a281c528a405dd8b1779a15b9d8dc15 /Documentation
parent97d9e97941a7f960704eb64a96f2f206b5dfb9a9 (diff)
parent60b091c6796a73ff8e56a7211d88d6c605bf55b5 (diff)
downloadgit-263fd041a8cb575e18331f0af39f4481039eaf34.zip
git-263fd041a8cb575e18331f0af39f4481039eaf34.tar.gz
git-263fd041a8cb575e18331f0af39f4481039eaf34.tar.bz2
Merge branch 'qp/bisect-docfix'
Doc update. * qp/bisect-docfix: git-bisect.txt: add missing word
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`