Split off the pretty print stuff into its own file
commit93fc05eb9ef505a05d9ce9415177697449afc8ad
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 4 Nov 2007 19:15:06 +0000 (4 19:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Nov 2007 19:52:14 +0000 (5 11:52 -0800)
tree99fa135b4101cafd28d7d9d02c00b94a5cb2f95e
parentc2015b3ae0d52ccae33ee00c2b25b8402c66bdf0
Split off the pretty print stuff into its own file

The file commit.c got quite large, but it does not have to be: the
code concerning pretty printing is pretty well contained.  In fact,
this commit just splits it off into pretty.c, leaving commit.c with
just 672 lines.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
commit.c
pretty.c [copied from commit.c with 53% similarity]