Documentation: Split description of pretty formats of commit log
commitfe9254901617df5e3f256d26df250edf62f7073f
authorJakub Narebski <jnareb@gmail.com>
Sun, 13 May 2007 23:12:12 +0000 (14 01:12 +0200)
committerJakub Narebski <jnareb@gmail.com>
Sun, 13 May 2007 23:15:10 +0000 (14 01:15 +0200)
treef2afa3572321457722c1292bbf09f91381c3dac2
parent12752a498bdb1d2a6a45e383f49686366b093f83
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.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
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]