blob: bbd7617587084b0c66fd8e0b9f623cac50be2c03 [file] [log] [blame]
Junio C Hamano781d8a22006-09-17 10:34:151git-upload-archive(1)
2====================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-upload-archive - Send archive back to git-archive
Junio C Hamano781d8a22006-09-17 10:34:157
8
9SYNOPSIS
10--------
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git upload-archive' <directory>
Junio C Hamano781d8a22006-09-17 10:34:1512
13DESCRIPTION
14-----------
15Invoked by 'git-archive --remote' and sends a generated archive to the
16other end over the git protocol.
17
18This command is usually not invoked directly by the end user. The UI
Junio C Hamanoba4b9282008-07-06 05:20:3119for the protocol is on the 'git-archive' side, and the program pair
Junio C Hamano781d8a22006-09-17 10:34:1520is meant to be used to get an archive from a remote repository.
21
22OPTIONS
23-------
24<directory>::
25The repository to get a tar archive from.
26
27Author
28------
29Written by Franck Bui-Huu.
30
31Documentation
32--------------
33Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34
35GIT
36---
Junio C Hamanof7c042d2008-06-06 22:50:5337Part of the linkgit:git[1] suite