Add --pretty=fuller
commitff56fe1ca7f43087fd84588af87179c2959d0cb3
authorJunio C Hamano <junkio@cox.net>
Thu, 10 Nov 2005 06:15:27 +0000 (9 22:15 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 11 Nov 2005 08:42:52 +0000 (11 00:42 -0800)
tree08aea33b837aa8ddd61ec93523d40e05c2291935
parente3e291fc07b49b74bb655ca854bdb19e849e044c
Add --pretty=fuller

git log without --pretty showed author and author-date, while
with --pretty=full showed author and committer but no dates.
The new formatting option, --pretty=fuller, shows both name and
timestamp for author and committer.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c
commit.h