aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorAbhijit Menon-Sen <ams@toroid.org>2008-07-26 22:20:35 +0530
committerJunio C Hamano <gitster@pobox.com>2008-07-27 14:14:00 -0700
commit35faca1f99b5bb8a729a4e9718f5577432572332 (patch)
tree8f75270515bd16d289731bb5af55fa9ed5eab1f9 /Documentation/git-log.txt
parent392f1300911120fbaa4b77c737fe13e205726aca (diff)
downloadgit-35faca1f99b5bb8a729a4e9718f5577432572332.tar.gz
Clarify that "git log x.c y.h" lists commits that touch either file
Signed-off-by: Abhijit Menon-Sen <ams@toroid.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 5a58d5b03d..05cbac56ac 100644
--- 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[]