Skip excessive blank lines before commit body
[git/dscho.git] / Documentation / git-upload-pack.txt
blobb2c9307661ebff26269cf3802a06490e0f1ba165
1 git-upload-pack(1)
2 ==================
4 NAME
5 ----
6 git-upload-pack - Send missing objects packed
9 SYNOPSIS
10 --------
11 'git-upload-pack' <directory>
13 DESCRIPTION
14 -----------
15 Invoked by 'git-fetch-pack', learns what
16 objects the other side is missing, and sends them after packing.
18 This command is usually not invoked directly by the end user.
19 The UI for the protocol is on the 'git-fetch-pack' side, and the
20 program pair is meant to be used to pull updates from a remote
21 repository.  For push operations, see 'git-send-pack'.
24 OPTIONS
25 -------
26 <directory>::
27         The repository to sync from.
29 Author
30 ------
31 Written by Linus Torvalds <torvalds@osdl.org>
33 Documentation
34 --------------
35 Documentation by Junio C Hamano.
37 GIT
38 ---
39 Part of the gitlink:git[7] suite