diff options
author | Rene Scharfe <rene.scharfe@lsrfire.ath.cx> | 2006-09-24 17:31:10 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-09-24 19:55:08 -0700 |
commit | 3d74982f0b1f8895d27937aa6ed62c1ddd50a020 (patch) | |
tree | fc7962ab14b0309d49bb0146401a8111c66b6fea /Makefile | |
parent | 81b84c42d645dd9c30b77f804abc07e128dc490b (diff) | |
download | git-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |