author | Junio C Hamano <junkio@cox.net> | |
Fri, 19 May 2006 01:46:44 +0000 (18:46 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 20 May 2006 00:48:34 +0000 (17:48 -0700) | ||
commit | 217542640ed219c980fff2b3c307c4520120f20f | |
tree | 989b379b0f13db7392fd7671d57a86a90674b9ac | tree | snapshot |
parent | 288c0384505e6c25cc1a162242919a0485d50a74 | commit | diff |
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>
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 | diff | blob | history | |
builtin-tar-tree.c | [new file with mode: 0644] | blob |
builtin-upload-tar.c | [new file with mode: 0644] | blob |
builtin.h | diff | blob | history | |
git.c | diff | blob | history | |
tar-tree.c | [deleted file] | blob | history |