Skip to content

Commit

Permalink
Documentation: Remove spurious uses of "you" in git-bisect.txt.
Browse files Browse the repository at this point in the history
These were added by accident in a42dea3.

This patch also rewords the description of how ranges of commits can be
skipped.

Signed-off-by: David J. Mellor <dmellor@whistlingcat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
David J. Mellor authored and Junio C Hamano committed Mar 26, 2009
1 parent cd747dc commit 19fa5e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-bisect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $ git reset --hard HEAD~3 # try 3 revisions before what
# was suggested
------------

Then you compile and test the chosen revision. Afterwards you mark
Then compile and test the chosen revision, and afterwards mark
the revision as good or bad in the usual manner.

Bisect skip
Expand All @@ -175,8 +175,8 @@ using the "'<commit1>'..'<commit2>'" notation. For example:
$ git bisect skip v2.5..v2.6
------------

This tells the bisect process that no commit between `v2.5` excluded and
`v2.6` included should be tested.
This tells the bisect process that no commit after `v2.5`, up to and
including `v2.6`, should be tested.

Note that if you also want to skip the first commit of the range you
would issue the command:
Expand Down

0 comments on commit 19fa5e8

Please sign in to comment.