diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2007-11-01 15:57:40 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-05 01:57:40 -0800 |
commit | 272bd3cfd059cf867b979d5c11b0ccce9bcccbb3 (patch) | |
tree | e959a666cff43bf4db4ca74ae5b79c02ac8c2f92 /Documentation/git-log.txt | |
parent | 7a4a2e1f797724ce15b059f55ce57eab0e6be807 (diff) | |
download | git-272bd3cfd059cf867b979d5c11b0ccce9bcccbb3.tar.gz |
Include diff options in the git-log manpage
[jc: with quite a few fixups]
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 5ec547cc0c..5920d1799a 100644 --- a/Documentation/git-log.txt +++ b/Documentation/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 -------- |