projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392f130
)
Clarify that "git log x.c y.h" lists commits that touch either file
author
Abhijit Menon-Sen
<ams@toroid.org>
Sat, 26 Jul 2008 16:50:35 +0000
(22:20 +0530)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 27 Jul 2008 21:14:00 +0000
(14:14 -0700)
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-log.txt
b/Documentation/git-log.txt
index 5a58d5b03ded77d04d3de0857a798b6d3193adb2..05cbac56aced6ad27f36fe63f8f536e794794f9f 100644
(file)
--- a/
Documentation/git-log.txt
+++ b/
Documentation/git-log.txt
@@
-58,7
+58,7
@@
include::diff-options.txt[]
its size is not included.
<paths>...::
- Show only commits that affect the specified paths.
+ Show only commits that affect
any of
the specified paths.
include::rev-list-options.txt[]