Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 9de0834663f28bee9e6b2c4647ed6128241ed26f authored by Linus Torvalds on 17 October 2006, 02:58:54 UTC
Fix hash function in xdiff library
Tip revision: 9de0834
git-upload-pack.txt
git-upload-pack(1)
==================

NAME
----
git-upload-pack - Send missing objects packed


SYNOPSIS
--------
'git-upload-pack' <directory>

DESCRIPTION
-----------
Invoked by 'git-fetch-pack', 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 'git-fetch-pack' side, and the
program pair is meant to be used to pull updates from a remote
repository.  For push operations, see 'git-send-pack'.


OPTIONS
-------
<directory>::
	The repository to sync from.

Author
------
Written by Linus Torvalds <torvalds@osdl.org>

Documentation
--------------
Documentation by Junio C Hamano.

GIT
---
Part of the gitlink:git[7] suite
back to top