author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 4 Nov 2007 19:15:06 +0000 (19:15 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 5 Nov 2007 19:52:14 +0000 (11:52 -0800) | ||
commit | 93fc05eb9ef505a05d9ce9415177697449afc8ad | |
tree | 99fa135b4101cafd28d7d9d02c00b94a5cb2f95e | tree | snapshot |
parent | c2015b3ae0d52ccae33ee00c2b25b8402c66bdf0 | commit | diff |
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>
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 | diff | blob | history | |
commit.c | diff | blob | history | |
pretty.c | [new file with mode: 0644] | blob |