X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-log.txt;h=0446bad7e589c06c97bb9274e9edd4b343ef9e55;hb=0569d7566e07f482ba8e7fa9dc629d987435513a;hp=5a58d5b03ded77d04d3de0857a798b6d3193adb2;hpb=bb293b831b9d0aade79c0acf5bf6091106e7d19b;p=git.git diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 5a58d5b03..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,8 +57,8 @@ 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 the specified paths. +...:: + Show only commits that affect any of the specified paths. include::rev-list-options.txt[]