prompt: fix show upstream with svn and zsh
[git.git] / Documentation / git-upload-archive.txt
blobd09bbb52b1bb85d5db5fcadc31afd4bb86a82fcd
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