Documentation: Split description of pretty formats of commit log
commit331b51d24050c221221049421a924c1a150887db
authorJakub Narebski <jnareb@gmail.com>
Sun, 13 May 2007 23:25:45 +0000 (14 01:25 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 14 May 2007 01:44:50 +0000 (13 18:44 -0700)
treed52edd2cc07ccef68cdab841a4043a4bf844911a
parent785cdea9befecc63b2b576c8042c5482fbf7bceb
Documentation: Split description of pretty formats of commit log

Split description of pretty formats into list of pretty options
(--pretty and --encoding) in new file Documentation/pretty-options.txt
and description of formats itself as a separate "PRETTY FORMATS"
section in pretty-formats.txt

While at it correct formatting a bit, to be better laid out in the
resulting manpages: git-rev-list(1), git-show(1), git-log(1) and
git-diff-tree(1).  Those manpages now include pretty options in the
same place as it was before, and description of formats just after
all options.

Inspired by the split into two filesdocumentation for merge strategies:
Documentation/merge-options.txt and Documentation/merge-strategies.txt

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
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
Documentation/pretty-options.txt [new file with mode: 0644]