From: Abhijit Menon-Sen Date: Sat, 26 Jul 2008 16:50:35 +0000 (+0530) Subject: Clarify that "git log x.c y.h" lists commits that touch either file X-Git-Tag: v1.6.0-rc1~16 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=35faca1f99b5bb8a729a4e9718f5577432572332;p=git.git Clarify that "git log x.c y.h" lists commits that touch either file Signed-off-by: Abhijit Menon-Sen Signed-off-by: Junio C Hamano --- 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. ...:: - Show only commits that affect the specified paths. + Show only commits that affect any of the specified paths. include::rev-list-options.txt[]