submodule: Use cat instead of echo to avoid DOS line-endings
[git/dscho.git] / Documentation / git-upload-archive.txt
blob4d52d3833aeaa8621f486bc99dd2114d53708e61
1 git-upload-archive(1)
2 ====================
4 NAME
5 ----
6 git-upload-archive - Send archive back to git-archive
9 SYNOPSIS
10 --------
11 [verse]
12 'git upload-archive' <directory>
14 DESCRIPTION
15 -----------
16 Invoked by 'git archive --remote' and sends a generated archive to the
17 other end over the git protocol.
19 This command is usually not invoked directly by the end user.  The UI
20 for the protocol is on the 'git archive' side, and the program pair
21 is meant to be used to get an archive from a remote repository.
23 OPTIONS
24 -------
25 <directory>::
26         The repository to get a tar archive from.
28 GIT
29 ---
30 Part of the linkgit:git[1] suite