summaryrefslogtreecommitdiffstats
path: root/git-bisect.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-17 00:27:59 -0700
committerJunio C Hamano <gitster@pobox.com>2017-04-17 00:27:59 -0700
commit761b4816f4f926a06d6c0fc060763ff857b9acfa (patch)
tree14a90302623ab666bc3d9e796a0bbab419734be7 /git-bisect.txt
parent59a5f538654f236fe02b2b1cf0412ec05c6b023a (diff)
downloadgit-htmldocs-761b4816f4f926a06d6c0fc060763ff857b9acfa.tar.gz
Autogenerated HTML docs for v2.12.2-639-g584f8
Diffstat (limited to 'git-bisect.txt')
-rw-r--r--git-bisect.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-bisect.txt b/git-bisect.txt
index bdd915a66..6c42abf07 100644
--- a/git-bisect.txt
+++ b/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`