blob: d09bbb52b1bb85d5db5fcadc31afd4bb86a82fcd [file] [log] [blame]
Junio C Hamano781d8a22006-09-17 10:34:151git-upload-archive(1)
2====================
3
4NAME
5----
Junio C Hamano7c73c662007-01-19 00:37:506git-upload-archive - Send archive back to git-archive
Junio C Hamano781d8a22006-09-17 10:34:157
8
9SYNOPSIS
10--------
Junio C Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3812'git upload-archive' <directory>
Junio C Hamano781d8a22006-09-17 10:34:1513
14DESCRIPTION
15-----------
Junio C Hamano1aa40d22010-01-21 17:46:4316Invoked by 'git archive --remote' and sends a generated archive to the
Junio C Hamano076ffcc2013-02-06 05:13:2117other end over the Git protocol.
Junio C Hamano781d8a22006-09-17 10:34:1518
19This command is usually not invoked directly by the end user. The UI
Junio C Hamano1aa40d22010-01-21 17:46:4320for the protocol is on the 'git archive' side, and the program pair
Junio C Hamano781d8a22006-09-17 10:34:1521is meant to be used to get an archive from a remote repository.
22
23OPTIONS
24-------
25<directory>::
26The repository to get a tar archive from.
27
Junio C Hamano781d8a22006-09-17 10:34:1528GIT
29---
Junio C Hamanof7c042d2008-06-06 22:50:5330Part of the linkgit:git[1] suite