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 | 15567bc | 2011-07-23 00:51:59 | [diff] [blame] | 11 | [verse] |
Junio C Hamano | fce7c7e | 2008-07-02 03:06:38 | [diff] [blame] | 12 | 'git upload-archive' <directory> |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 16 | Invoked by 'git archive --remote' and sends a generated archive to the |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 17 | other end over the git protocol. |
| 18 | |
| 19 | This command is usually not invoked directly by the end user. The UI |
Junio C Hamano | 1aa40d2 | 2010-01-21 17:46:43 | [diff] [blame] | 20 | 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] | 21 | is meant to be used to get an archive from a remote repository. |
| 22 | |
| 23 | OPTIONS |
| 24 | ------- |
| 25 | <directory>:: |
| 26 | The repository to get a tar archive from. |
| 27 | |
Junio C Hamano | 781d8a2 | 2006-09-17 10:34:15 | [diff] [blame] | 28 | GIT |
| 29 | --- |
Junio C Hamano | f7c042d | 2008-06-06 22:50:53 | [diff] [blame] | 30 | Part of the linkgit:git[1] suite |