aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>2006-09-24 17:31:10 +0200
committerJunio C Hamano <junkio@cox.net>2006-09-24 19:55:08 -0700
commit3d74982f0b1f8895d27937aa6ed62c1ddd50a020 (patch)
treefc7962ab14b0309d49bb0146401a8111c66b6fea /Makefile
parent81b84c42d645dd9c30b77f804abc07e128dc490b (diff)
downloadgit-3d74982f0b1f8895d27937aa6ed62c1ddd50a020.tar.gz
git-3d74982f0b1f8895d27937aa6ed62c1ddd50a020.tar.xz
git-tar-tree: Move code for git-archive --format=tar to archive-tar.c
This patch doesn't change any functionality, it only moves code around. It makes seeing the few remaining lines of git-tar-tree code easier. ;-) Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 51fbe6aa8..59164b8f3 100644
--- a/Makefile
+++ b/Makefile
@@ -256,7 +256,7 @@ LIB_OBJS = \
fetch-clone.o revision.o pager.o tree-walk.o xdiff-interface.o \
write_or_die.o trace.o list-objects.o grep.o \
alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
- color.o wt-status.o archive-zip.o
+ color.o wt-status.o archive-zip.o archive-tar.o
BUILTIN_OBJS = \
builtin-add.o \