summaryrefslogtreecommitdiff
path: root/Documentation/user-manual.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2013-02-10 15:10:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-02-10 22:18:57 (GMT)
commitddd2369c5c8b98060cf8fccb27684c2be1cd8935 (patch)
tree39b18072e8240bd033aa7c9adedfe24c84a61302 /Documentation/user-manual.txt
parentf3500825257b441134bd99b08bab3b6fd1cb4f51 (diff)
downloadgit-ddd2369c5c8b98060cf8fccb27684c2be1cd8935.zip
git-ddd2369c5c8b98060cf8fccb27684c2be1cd8935.tar.gz
git-ddd2369c5c8b98060cf8fccb27684c2be1cd8935.tar.bz2
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 <wking@tremily.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/user-manual.txt')
-rw-r--r--Documentation/user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 1b377dc..312fc2b 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