6 git-upload-tar - Send tar archive
11 'git-upload-tar' <directory>
15 Invoked by 'git-tar-tree --remote' and sends a generated tar archive
16 to the other end over the git protocol.
18 This command is usually not invoked directly by the end user.
19 The UI for the protocol is on the 'git-tar-tree' side, and the
20 program pair is meant to be used to get a tar archive from a
27 The repository to get a tar archive from.
31 Written by Junio C Hamano <junio@kernel.org>
35 Documentation by Junio C Hamano.
39 Part of the gitlink:git[7] suite