From: Linus Torvalds Date: Sun, 5 Jun 2005 16:02:03 +0000 (-0700) Subject: pretty_print_commit: add different formats X-Git-Tag: v0.99~367 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/000182eacf99cde27d5916aa415921924b82972c?hp=000182eacf99cde27d5916aa415921924b82972c pretty_print_commit: add different formats 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. ---