]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-upload-pack.txt
Merge branch 'maint-1.5.5' into maint-1.5.6
[git.git] / Documentation / git-upload-pack.txt
index 9da062d5c94aa631317fbcdc8b07443e58374bd8..bac465e13f2b2d0aaadaedf00fd03ab6f3f9a62c 100644 (file)
@@ -8,7 +8,7 @@ git-upload-pack - Send objects packed back to git-fetch-pack
 
 SYNOPSIS
 --------
-'git-upload-pack' <directory>
+'git-upload-pack' [--strict] [--timeout=<n>] <directory>
 
 DESCRIPTION
 -----------
@@ -23,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.
 
@@ -36,4 +43,4 @@ Documentation by Junio C Hamano.
 
 GIT
 ---
-Part of the gitlink:git[7] suite
+Part of the linkgit:git[1] suite