pretty_print_commit: add different formats
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 16:02:03 +0000 (09:02 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 5 Jun 2005 16:02:03 +0000 (09:02 -0700)
You can ask to print out "raw" format (full headers, full body),
"medium" format (author and date, full body) or "short" format
(author only, condensed body).

Use "git-rev-list --pretty=short HEAD | less -S" for an example.

No differences found