summaryrefslogtreecommitdiff
path: root/Documentation/git-upload-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-06-22 10:25:51 -0700
committerJunio C Hamano <junkio@cox.net>2006-06-22 10:25:51 -0700
commit16bf4e1f1ed040ae9f745408d6585b7806a1bfb0 (patch)
treee89138977bbaebc05b30af850d90fba31bb592a4 /Documentation/git-upload-pack.txt
parentb879de1812f390e20f5ac7eb3aad9f83db02fae1 (diff)
parentba0012c36705dcf847865759af69bba783afb69d (diff)
downloadgit-16bf4e1f1ed040ae9f745408d6585b7806a1bfb0.tar.gz
Merge branch 'jc/upload-corrupt'
* jc/upload-corrupt: daemon: send stderr to /dev/null instead of closing. upload-pack/fetch-pack: support side-band communication Retire git-clone-pack upload-pack: prepare for sideband message support. upload-pack: avoid sending an incomplete pack upon failure
Diffstat (limited to 'Documentation/git-upload-pack.txt')
-rw-r--r--Documentation/git-upload-pack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt
index 4795e98754..b2c9307661 100644
--- a/Documentation/git-upload-pack.txt
+++ b/Documentation/git-upload-pack.txt
@@ -12,7 +12,7 @@ SYNOPSIS
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.