]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-upload-pack.txt
Documentation: rename gitlink macro to linkgit
[thirdparty/git.git] / Documentation / git-upload-pack.txt
index b2c9307661ebff26269cf3802a06490e0f1ba165..2330d13814ee20d0de3743a8f309f6ecfebe5515 100644 (file)
@@ -3,12 +3,12 @@ git-upload-pack(1)
 
 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
 -----------
@@ -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[7] suite