2006-09-07 15:12:05 +02:00
|
|
|
git-upload-archive(1)
|
|
|
|
====================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
2007-01-19 00:53:37 +01:00
|
|
|
git-upload-archive - Send archive back to git-archive
|
2006-09-07 15:12:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 04:38:26 +02:00
|
|
|
[verse]
|
2008-06-30 08:09:04 +02:00
|
|
|
'git upload-archive' <directory>
|
2006-09-07 15:12:05 +02:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2010-01-10 00:33:00 +01:00
|
|
|
Invoked by 'git archive --remote' and sends a generated archive to the
|
2013-01-21 20:17:53 +01:00
|
|
|
other end over the Git protocol.
|
2006-09-07 15:12:05 +02:00
|
|
|
|
|
|
|
This command is usually not invoked directly by the end user. The UI
|
2010-01-10 00:33:00 +01:00
|
|
|
for the protocol is on the 'git archive' side, and the program pair
|
2006-09-07 15:12:05 +02:00
|
|
|
is meant to be used to get an archive from a remote repository.
|
|
|
|
|
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
<directory>::
|
|
|
|
The repository to get a tar archive from.
|
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 09:07:32 +02:00
|
|
|
Part of the linkgit:git[1] suite
|