Skip to content

Commit

Permalink
user-manual: Fix 'both: so' -> 'both; so' typo
Browse files Browse the repository at this point in the history
The clause "so `git log ...` will return no commits..." is
independent, not a description of "both", so a semicolon is more
appropriate.

Signed-off-by: W. Trevor King <wking@tremily.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
W. Trevor King authored and Junio C Hamano committed Feb 10, 2013
1 parent f350082 commit ddd2369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ e05db0fd4f31dde7005f075a84f96b360d05984b

Or you could recall that the ... operator selects all commits
contained reachable from either one reference or the other but not
both: so
both; so

-------------------------------------------------
$ git log origin...master
Expand Down

0 comments on commit ddd2369

Please sign in to comment.