diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-04-16 23:29:31 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-04-16 23:29:31 -0700 |
commit | 263fd041a8cb575e18331f0af39f4481039eaf34 (patch) | |
tree | 203344182a281c528a405dd8b1779a15b9d8dc15 | |
parent | Merge branch 'mm/ls-files-s-doc' (diff) | |
parent | git-bisect.txt: add missing word (diff) | |
download | tgif-263fd041a8cb575e18331f0af39f4481039eaf34.tar.xz |
Merge branch 'qp/bisect-docfix'
Doc update.
* qp/bisect-docfix:
git-bisect.txt: add missing word
-rw-r--r-- | Documentation/git-bisect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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` |