diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index c072441bc..7adcdefac 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -54,6 +54,13 @@ include::pretty-options.txt[] --decorate:: Print out the ref names of any commits that are shown. +--full-diff:: + 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 + commits, and doesn't limit diff for those commits. + ...:: Show only commits that affect the specified paths.