Skip to content

Commit 19fa5e8

Browse files
dmellorgitster
authored andcommitted
Documentation: Remove spurious uses of "you" in git-bisect.txt.
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd747dc commit 19fa5e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-bisect.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ $ git reset --hard HEAD~3 # try 3 revisions before what
151151
# was suggested
152152
------------
153153

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

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

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

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

0 commit comments

Comments
 (0)