]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-upload-archive.txt
documentation: move git(7) to git(1)
[thirdparty/git.git] / Documentation / git-upload-archive.txt
CommitLineData
39345a21
FBH
1git-upload-archive(1)
2====================
3
4NAME
5----
c3f0baac 6git-upload-archive - Send archive back to git-archive
39345a21
FBH
7
8
9SYNOPSIS
10--------
11'git-upload-archive' <directory>
12
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
19for the protocol is on the 'git-archive' side, and the program pair
20is meant to be used to get an archive from a remote repository.
21
22OPTIONS
23-------
24<directory>::
25 The 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---
9e1f0a85 37Part of the linkgit:git[1] suite