Move --pretty options into Documentation/pretty-formats.txt
commit5d1faf8791fa85ba9be2282900d4f704c7790648
authorChris Riddoch <chris@syntacticsugar.org>
Tue, 21 Nov 2006 23:49:15 +0000 (21 16:49 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 23 Nov 2006 00:06:32 +0000 (22 16:06 -0800)
tree2e09cb0097e66268095b98ca40bb59cbca8fa3e1
parent594270635732d6320d6e6d7fa127679ae90ef5b1
Move --pretty options into Documentation/pretty-formats.txt

Asciidoc-include it into the manuals for programs that use the
--pretty command-line option, for consistency among the docs.

This describes all the pretty-formats currently listed in the cmit_fmt
enum in commit.h, and also briefly describes the presence and format
of the 'Merge: ' line in some pretty formats.

There's a hedge that limiting your view of history can affect what
goes in the Merge: line, and that --abbrev/--no-abbrev do nothing to
the 'raw' format.

Signed-off-by: Chris Riddoch <chris@syntacticsugar.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-diff-tree.txt
Documentation/git-log.txt
Documentation/git-rev-list.txt
Documentation/git-show.txt
Documentation/pretty-formats.txt [new file with mode: 0644]