Clarify that "git log x.c y.h" lists commits that touch either file
authorAbhijit Menon-Sen <ams@toroid.org>
Sat, 26 Jul 2008 16:50:35 +0000 (22:20 +0530)
committerJunio 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
index 5a58d5b03ded77d04d3de0857a798b6d3193adb2..05cbac56aced6ad27f36fe63f8f536e794794f9f 100644 (file)
@@ -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[]