Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: Fix 'both: so' -> 'both; so' typo
author
W. Trevor King
<wking@tremily.us>
Sun, 10 Feb 2013 15:10:36 +0000
(10:10 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 10 Feb 2013 22:18:57 +0000
(14:18 -0800)
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>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f350082
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 1b377dc20736320fb442255c88310d62078b21e0..312fc2b1b65e755f0c8573df4399cec697217247 100644
(file)
--- 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
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
-------------------------------------------------
$ git log origin...master