summaryrefslogtreecommitdiffstats
path: root/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-07 09:50:49 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-07 09:50:49 +0000
commit00b8b63aed8bf4125893dccb3bacec74f8a2d892 (patch)
treefb6a9f7c90d8bc7b7e066c9c74ff13eed40cb8e4 /git-log.txt
parent0fc8cd97f8766685bdad69c4ce11e8d2dee2d08d (diff)
downloadgit-htmldocs-00b8b63aed8bf4125893dccb3bacec74f8a2d892.tar.gz
Autogenerated HTML docs for v1.5.3.7-1112-g9758e
Diffstat (limited to 'git-log.txt')
-rw-r--r--git-log.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-log.txt b/git-log.txt
index 5ec547cc0..5920d1799 100644
--- a/git-log.txt
+++ b/git-log.txt
@@ -27,6 +27,9 @@ OPTIONS
include::pretty-options.txt[]
+:git-log: 1
+include::diff-options.txt[]
+
-<n>::
Limits the number of commits to show.
@@ -43,9 +46,6 @@ include::pretty-options.txt[]
commit. This option gives a better overview of the
evolution of a particular branch.
--p::
- Show the change the commit introduces in a patch form.
-
-g, \--walk-reflogs::
Show commits as they were recorded in the reflog. The log contains
a record about how the tip of a reference was changed.
@@ -78,6 +78,7 @@ include::pretty-options.txt[]
include::pretty-formats.txt[]
+include::diff-generate-patch.txt[]
Examples
--------