.\" ** You probably do not want to edit this file directly ** .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. .TH "GIT\-UPLOAD\-ARCHIVE" "1" "09/19/2007" "Git 1.5.3.2" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .SH "NAME" git\-upload\-archive \- Send archive back to git\-archive .SH "SYNOPSIS" \fIgit\-upload\-archive\fR .SH "DESCRIPTION" Invoked by \fIgit\-archive \-\-remote\fR 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 \fIgit\-archive\fR side, and the program pair is meant to be used to get an archive from a remote repository. .SH "OPTIONS" .TP The repository to get a tar archive from. .SH "AUTHOR" Written by Franck Bui\-Huu. .SH "DOCUMENTATION" Documentation by Junio C Hamano and the git\-list . .SH "GIT" Part of the \fBgit\fR(7) suite