]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-upload-archive.txt
Merge branch 'ap/maint-diff-rename-avoid-overlap' into maint-1.8.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--------
7791a1d9 11[verse]
b1889c36 12'git upload-archive' <directory>
39345a21
FBH
13
14DESCRIPTION
15-----------
0b444cdb 16Invoked by 'git archive --remote' and sends a generated archive to the
39345a21
FBH
17other end over the git protocol.
18
19This command is usually not invoked directly by the end user. The UI
0b444cdb 20for the protocol is on the 'git archive' side, and the program pair
39345a21
FBH
21is meant to be used to get an archive from a remote repository.
22
23OPTIONS
24-------
25<directory>::
26 The repository to get a tar archive from.
27
39345a21
FBH
28GIT
29---
9e1f0a85 30Part of the linkgit:git[1] suite