Code

Merge branch 'ap/prune'
[git.git] / Documentation / git-upload-pack.txt
index 98815b6a10c837274ce6462f86b745c9fa32094b..b2c9307661ebff26269cf3802a06490e0f1ba165 100644 (file)
@@ -1,10 +1,9 @@
 git-upload-pack(1)
 ==================
-v0.1, July 2005
 
 NAME
 ----
-git-upload-pack - Send missing objects packed.
+git-upload-pack - Send missing objects packed
 
 
 SYNOPSIS
@@ -13,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.