Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 1 | git-upload-archive(1) |
| 2 | ==================== |
| 3 | |
| 4 | NAME |
| 5 | ---- |
Junio C Hamano | 7c73c66 | 2007-01-19 00:37:50 | [diff] [blame] | 6 | git-upload-archive - Send archive back to git-archive |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 11 | 'git upload-archive' <directory> |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 12 | |
| 13 | DESCRIPTION |
| 14 | ----------- |
| 15 | Invoked by 'git-archive --remote' and sends a generated archive to the |
| 16 | other end over the git protocol. |
| 17 | |
| 18 | This command is usually not invoked directly by the end user. The UI |
Junio C Hamano | ba4b928 | 2008-07-06 05:20:31 | [diff] [blame] | 19 | for the protocol is on the 'git-archive' side, and the program pair |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 20 | is meant to be used to get an archive from a remote repository. |
| 21 | |
| 22 | OPTIONS |
| 23 | ------- |
| 24 | <directory>:: |
| 25 | The repository to get a tar archive from. |
| 26 | |
| 27 | Author |
| 28 | ------ |
| 29 | Written by Franck Bui-Huu. |
| 30 | |
| 31 | Documentation |
| 32 | -------------- |
| 33 | Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. |
| 34 | |
| 35 | GIT |
| 36 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 37 | Part of the linkgit:git[1] suite |