6 git-upload-pack - Send objects packed back to git-fetch-pack
11 'git upload-pack' [--strict] [--timeout=<n>] <directory>
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'.
28 Do not try <directory>/.git/ if <directory> is no git directory.
31 Interrupt transfer after <n> seconds of inactivity.
34 The repository to sync from.
38 Written by Linus Torvalds <torvalds@osdl.org>
42 Documentation by Junio C Hamano.
46 Part of the linkgit:git[1] suite