blob: b2c9307661ebff26269cf3802a06490e0f1ba165 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-upload-pack(1)
2==================
3
4NAME
5----
Junio C Hamano01078922006-03-10 00:31:476git-upload-pack - Send missing objects packed
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
11'git-upload-pack' <directory>
12
13DESCRIPTION
14-----------
Junio C Hamano97f518c2006-06-22 19:49:3515Invoked by 'git-fetch-pack', learns what
Junio C Hamano1a4e8412005-12-27 08:17:2316objects the other side is missing, and sends them after packing.
17
18This command is usually not invoked directly by the end user.
19The UI for the protocol is on the 'git-fetch-pack' side, and the
20program pair is meant to be used to pull updates from a remote
21repository. For push operations, see 'git-send-pack'.
22
23
24OPTIONS
25-------
26<directory>::
27The repository to sync from.
28
29Author
30------
31Written by Linus Torvalds <torvalds@osdl.org>
32
33Documentation
34--------------
35Documentation by Junio C Hamano.
36
37GIT
38---
39Part of the gitlink:git[7] suite