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.lorimer.id.au/gitweb.git/diff_plain/35faca1f99b5bb8a729a4e9718f5577432572332 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 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. ...:: - Show only commits that affect the specified paths. + Show only commits that affect any of the specified paths. include::rev-list-options.txt[]