]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-log.txt
Merge branch 'tr/rfc-reset-doc' into maint
[git.git] / Documentation / git-log.txt
index c925d3675af78e0bce7840a8fef28567d72e4695..c213bdbdc500b1117805bc84cb2a0f31eeff3bcd 100644 (file)
@@ -31,8 +31,7 @@ OPTIONS
        either <since> or <until> is omitted, it defaults to
        `HEAD`, i.e. the tip of the current branch.
        For a more complete list of ways to spell <since>
-       and <until>, see "SPECIFYING REVISIONS" section in
-       linkgit:git-rev-parse[1].
+       and <until>, see linkgit:gitrevisions[1].
 
 --follow::
        Continue listing the history of a file beyond renames
@@ -56,6 +55,9 @@ OPTIONS
        paths.  With this, the full diff is shown for commits that touch
        the specified paths; this means that "<path>..." limits only
        commits, and doesn't limit diff for those commits.
++
+Note that this affects all diff-based output types, e.g. those
+produced by --stat etc.
 
 --log-size::
        Before the log message print out its size in bytes. Intended