Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cmd_fetch_pack(): combine the loop termination conditions
[gitweb.git]
/
Documentation
/
git-upload-pack.txt
diff --git
a/Documentation/git-upload-pack.txt
b/Documentation/git-upload-pack.txt
index 4c0ca9ded25a27c11636ef9af5f7c1f2e6970c12..71f16083d6b2c366a54db1d966e17ab2aeda1ef1 100644
(file)
--- a/
Documentation/git-upload-pack.txt
+++ b/
Documentation/git-upload-pack.txt
@@
-8,6
+8,7
@@
git-upload-pack - Send objects packed back to git-fetch-pack
SYNOPSIS
--------
+[verse]
'git-upload-pack' [--strict] [--timeout=<n>] <directory>
DESCRIPTION
@@
-33,6
+34,10
@@
OPTIONS
<directory>::
The repository to sync from.
+SEE ALSO
+--------
+linkgit:gitnamespaces[7]
+
GIT
---
Part of the linkgit:git[1] suite