]> git.ipfire.org Git - thirdparty/git.git/commit - archive-tar.c
git-tar-tree: Move code for git-archive --format=tar to archive-tar.c
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Sun, 24 Sep 2006 15:31:10 +0000 (17:31 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 25 Sep 2006 02:55:08 +0000 (19:55 -0700)
commit3d74982f0b1f8895d27937aa6ed62c1ddd50a020
treefc7962ab14b0309d49bb0146401a8111c66b6fea
parent81b84c42d645dd9c30b77f804abc07e128dc490b
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>
Makefile
archive-tar.c [new file with mode: 0644]
builtin-tar-tree.c