Code

Documentation: sync git.txt command list and manual page title
[git.git] / Documentation / git-send-pack.txt
index 219dfc2ef6541216f2c46329e3e82664232b4b35..eea8fe8af3bfd90b4e4c890c748268a8e58a6bbb 100644 (file)
@@ -1,10 +1,9 @@
 git-send-pack(1)
 ================
-v0.1, July 2005
 
 NAME
 ----
-git-send-pack - Push missing objects packed.
+git-send-pack - Push objects over git protocol to another reposiotory
 
 
 SYNOPSIS
@@ -13,6 +12,9 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+Usually you would want to use gitlink:git-push[1] which is a
+higher level wrapper of this command instead.
+
 Invokes 'git-receive-pack' on a possibly remote repository, and
 updates it from the current repository, sending named refs.
 
@@ -44,7 +46,7 @@ OPTIONS
 <directory>::
        The repository to update.
 
-<ref>...:
+<ref>...::
        The remote refs to update.
 
 
@@ -54,7 +56,7 @@ Specifying the Refs
 There are three ways to specify which refs to update on the
 remote end.
 
-With '--all' flag, all refs that exist locally are transfered to
+With '--all' flag, all refs that exist locally are transferred to
 the remote side.  You cannot specify any '<ref>' if you use
 this flag.