aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2007-11-04 19:15:06 +0000
committerJunio C Hamano <gitster@pobox.com>2007-11-05 11:52:14 -0800
commit93fc05eb9ef505a05d9ce9415177697449afc8ad (patch)
tree99fa135b4101cafd28d7d9d02c00b94a5cb2f95e /Makefile
parentc2015b3ae0d52ccae33ee00c2b25b8402c66bdf0 (diff)
downloadgit-93fc05eb9ef505a05d9ce9415177697449afc8ad.tar.gz
git-93fc05eb9ef505a05d9ce9415177697449afc8ad.tar.xz
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 042f79ef8..cf8ec49d1 100644
--- a/Makefile
+++ b/Makefile
@@ -299,7 +299,7 @@ DIFF_OBJS = \
LIB_OBJS = \
blob.o commit.o connect.o csum-file.o cache-tree.o base85.o \
date.o diff-delta.o entry.o exec_cmd.o ident.o \
- interpolate.o hash.o \
+ pretty.o interpolate.o hash.o \
lockfile.o \
patch-ids.o \
object.o pack-check.o pack-write.o patch-delta.o path.o pkt-line.o \