Topics ▾
Email
Version 1.5.6 ▾
git-upload-archive last updated in 1.8.2.1
Changes in the git-upload-archive manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Administration
Server Admin
Plumbing Commands
- 1.7.6.2 → 1.7.12.3 no changes
-
1.7.6.1
08/24/11
- 1.7.5.1 → 1.7.6 no changes
-
1.7.5
04/24/11
- 1.7.0.1 → 1.7.4.5 no changes
-
1.7.0
02/12/10
- 1.6.0.1 → 1.6.6.3 no changes
-
1.6.0
08/17/08
- 1.5.6.1 → 1.5.6.6 no changes
-
1.5.6
06/18/08
- 1.5.4.1 → 1.5.5.6 no changes
-
1.5.4
02/02/08
- 1.5.0.1 → 1.5.3.8 no changes
-
1.5.0
02/14/07
git-upload-archive(1) Manual Page
NAME
git-upload-archive - Send archive back to git-archive
SYNOPSIS
git-upload-archive <directory>
DESCRIPTION
Invoked by git-archive --remote and sends a generated archive to the other end over the git protocol.
This command is usually not invoked directly by the end user. The UI for the protocol is on the git-archive side, and the program pair is meant to be used to get an archive from a remote repository.
OPTIONS
- <directory>
The repository to get a tar archive from.
Author
Written by Franck Bui-Huu.
Documentation
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
GIT
Part of the git(1) suite