Signed-off-by: Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> --- Recently I wanted to see what git log -M does but actually I was not able to find it in the manpage, finally figured out that all the diff options are missing from here. Removing -p as it's already in diff-options.txt. If this patch OK, then I would like to send a similar patch to git-rev-list.txt, too. Documentation/git-log.txt | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 5ec547c..4b1b982 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -27,6 +27,8 @@ OPTIONS include::pretty-options.txt[] +include::diff-options.txt[] + -<n>:: Limits the number of commits to show. @@ -43,9 +45,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. -- 1.5.3.5 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html