.\" ** 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\-PACK" "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\-pack \- Send objects packed back to git\-fetch\-pack .SH "SYNOPSIS" \fIgit\-upload\-pack\fR [\-\-strict] [\-\-timeout=] .SH "DESCRIPTION" Invoked by \fIgit\-fetch\-pack\fR, learns what objects the other side is missing, and sends them after packing. This command is usually not invoked directly by the end user. The UI for the protocol is on the \fIgit\-fetch\-pack\fR side, and the program pair is meant to be used to pull updates from a remote repository. For push operations, see \fIgit\-send\-pack\fR. .SH "OPTIONS" .TP \-\-strict Do not try /.git/ if is no git directory. .TP \-\-timeout= Interrupt transfer after seconds of inactivity. .TP The repository to sync from. .SH "AUTHOR" Written by Linus Torvalds .SH "DOCUMENTATION" Documentation by Junio C Hamano. .SH "GIT" Part of the \fBgit\fR(7) suite