t/t1411: test reflog with formats
[git/dscho.git] / Documentation / git-upload-archive.txt
blobf5f2b3908b2a1550f44ad6615d9335d40e264112
1 git-upload-archive(1)
2 ====================
4 NAME
5 ----
6 git-upload-archive - Send archive back to git-archive
9 SYNOPSIS
10 --------
11 'git upload-archive' <directory>
13 DESCRIPTION
14 -----------
15 Invoked by 'git archive --remote' and sends a generated archive to the
16 other end over the git protocol.
18 This command is usually not invoked directly by the end user.  The UI
19 for the protocol is on the 'git archive' side, and the program pair
20 is meant to be used to get an archive from a remote repository.
22 OPTIONS
23 -------
24 <directory>::
25         The repository to get a tar archive from.
27 Author
28 ------
29 Written by Franck Bui-Huu.
31 Documentation
32 --------------
33 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
35 GIT
36 ---
37 Part of the linkgit:git[1] suite