Junio C Hamano | 34925d3 | 2006-06-07 11:15:10 -0700 | [diff] [blame] | 1 | git-upload-tar(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-upload-tar - Send tar archive |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | 'git-upload-tar' <directory> |
| 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Invoked by 'git-tar-tree --remote' and sends a generated tar archive |
| 16 | to the other end over the git protocol. |
| 17 | |
| 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 |
Pavel Roskin | addf88e | 2006-07-09 03:44:30 -0400 | [diff] [blame] | 20 | program pair is meant to be used to get a tar archive from a |
Junio C Hamano | 34925d3 | 2006-06-07 11:15:10 -0700 | [diff] [blame] | 21 | remote repository. |
| 22 | |
| 23 | |
| 24 | OPTIONS |
| 25 | ------- |
| 26 | <directory>:: |
| 27 | The repository to get a tar archive from. |
| 28 | |
| 29 | Author |
| 30 | ------ |
| 31 | Written by Junio C Hamano <junio@kernel.org> |
| 32 | |
| 33 | Documentation |
| 34 | -------------- |
| 35 | Documentation by Junio C Hamano. |
| 36 | |
| 37 | GIT |
| 38 | --- |
| 39 | Part of the gitlink:git[7] suite |