From: W. Trevor King Date: Sun, 10 Feb 2013 15:10:36 +0000 (-0500) Subject: user-manual: Fix 'both: so' -> 'both; so' typo X-Git-Tag: v1.8.1.4~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ddd2369c5c8b98060cf8fccb27684c2be1cd8935?ds=inline;hp=--cc user-manual: Fix 'both: so' -> 'both; so' typo 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 Signed-off-by: Junio C Hamano --- ddd2369c5c8b98060cf8fccb27684c2be1cd8935 diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 1b377dc207..312fc2b1b6 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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