X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-log.txt;h=0446bad7e589c06c97bb9274e9edd4b343ef9e55;hb=83a1abb37d2dc8ac18731bd53da9522e6641f0a1;hp=05cbac56aced6ad27f36fe63f8f536e794794f9f;hpb=731ab1f55e7ba736b24708a63e93a7c8d581a4d6;p=git.git diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 05cbac56a..0446bad7e 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -41,10 +41,10 @@ include::diff-options.txt[] Print out the ref names of any commits that are shown. --full-diff:: - Without this flag, "git log -p ..." shows commits that + Without this flag, "git log -p ..." shows commits that touch the specified paths, and diffs about the same specified paths. With this, the full diff is shown for commits that touch - the specified paths; this means that "..." limits only + the specified paths; this means that "..." limits only commits, and doesn't limit diff for those commits. --follow:: @@ -57,7 +57,7 @@ include::diff-options.txt[] Note that only message is considered, if also a diff is shown its size is not included. -...:: +...:: Show only commits that affect any of the specified paths.