diff options
author | Abhijit Menon-Sen <ams@toroid.org> | 2008-07-26 22:20:35 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-27 14:14:00 -0700 |
commit | 35faca1f99b5bb8a729a4e9718f5577432572332 (patch) | |
tree | 8f75270515bd16d289731bb5af55fa9ed5eab1f9 | |
parent | 392f1300911120fbaa4b77c737fe13e205726aca (diff) | |
download | git-35faca1f99b5bb8a729a4e9718f5577432572332.tar.gz git-35faca1f99b5bb8a729a4e9718f5577432572332.tar.xz |
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>
-rw-r--r-- | Documentation/git-log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 5a58d5b03..05cbac56a 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[] |