Code

man pages are littered with .ft C and others
[git.git] / Documentation / git-upload-pack.txt
index be597a17871e95d4219e32a1bf9446bfda43c5e2..2330d13814ee20d0de3743a8f309f6ecfebe5515 100644 (file)
@@ -1,19 +1,18 @@
 git-upload-pack(1)
 ==================
-v0.1, July 2005
 
 NAME
 ----
-git-upload-pack - Send missing objects packed.
+git-upload-pack - Send objects packed back to git-fetch-pack
 
 
 SYNOPSIS
 --------
-'git-upload-pack' <directory>
+'git-upload-pack' [--strict] [--timeout=<n>] <directory>
 
 DESCRIPTION
 -----------
-Invoked by 'git-clone-pack' and/or 'git-fetch-pack', learns what
+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.
@@ -24,6 +23,13 @@ repository.  For push operations, see 'git-send-pack'.
 
 OPTIONS
 -------
+
+\--strict::
+       Do not try <directory>/.git/ if <directory> is no git directory.
+
+\--timeout=<n>::
+       Interrupt transfer after <n> seconds of inactivity.
+
 <directory>::
        The repository to sync from.
 
@@ -37,4 +43,4 @@ Documentation by Junio C Hamano.
 
 GIT
 ---
-Part of the link:git.html[git] suite
+Part of the linkgit:git[7] suite