X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-log.txt;h=c43aa438c7ee3a937036df805aba0cdf5a9e60dd;hb=f98fd4367542b507c18b6aeb4ac0c824dec4b7b3;hp=ff41784c60b04a276931fc90ab54a22a67024a1e;hpb=bf9b46c16d28c0e1f938947a98ca518f9644b0c0;p=git.git diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index ff41784c6..c43aa438c 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -25,6 +25,7 @@ OPTIONS -:: Limits the number of commits to show. + Note that this is a commit limiting option, see below. ..:: Show only commits between the named two commits. When @@ -72,16 +73,16 @@ produced by --stat etc. to be prefixed with "\-- " to separate them from options or refnames. +include::rev-list-options.txt[] + +include::pretty-formats.txt[] + Common diff options -~~~~~~~~~~~~~~~~~~~ +------------------- :git-log: 1 include::diff-options.txt[] -include::rev-list-options.txt[] - -include::pretty-formats.txt[] - include::diff-generate-patch.txt[] Examples