summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-03-20 19:42:22 +0000
committerJunio C Hamano <junio@kernel.org>2011-03-20 19:42:22 +0000
commitd2c978f6be36b38127b58af46e28e3ae590b2d3b (patch)
tree88d8b45014f2b361e18b1aa71f48160ad7f5dc3f /git-log.txt
parentfa28cb14513978502ac466090afe34c3479fc90b (diff)
downloadgit-htmldocs-d2c978f6be36b38127b58af46e28e3ae590b2d3b.tar.gz
Autogenerated HTML docs for v1.7.4.1-343-ga91df
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/git-log.txt b/git-log.txt
index 7fb842334..2c8402883 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -25,6 +25,7 @@ OPTIONS
-<n>::
Limits the number of commits to show.
+ Note that this is a commit limiting option, see below.
<since>..<until>::
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