built-in tar-tree and remote tar-tree
authorJunio C Hamano <junkio@cox.net>
Fri, 19 May 2006 01:46:44 +0000 (18:46 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 20 May 2006 00:48:34 +0000 (17:48 -0700)
commit217542640ed219c980fff2b3c307c4520120f20f
tree989b379b0f13db7392fd7671d57a86a90674b9ac
parent288c0384505e6c25cc1a162242919a0485d50a74
built-in tar-tree and remote tar-tree

This makes tar-tree a built-in.  As an added bonus, you can now
say:

git tar-tree --remote=remote-repository <ent> [<base>]

This does not work with git-daemon yet, but should work with
localhost and git over ssh transports.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
builtin-tar-tree.c [new file with mode: 0644]
builtin-upload-tar.c [new file with mode: 0644]
builtin.h
git.c
tar-tree.c [deleted file]