aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-pack.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-18 15:53:37 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-18 15:53:37 -0800
commitc3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch)
tree5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/git-send-pack.txt
parent377e81392f9c76b8d60499a42256efafc1992309 (diff)
downloadgit-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.gz
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted alphabetically. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-send-pack.txt')
-rw-r--r--Documentation/git-send-pack.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt
index 88f4e394ef..eea8fe8af3 100644
--- a/Documentation/git-send-pack.txt
+++ b/Documentation/git-send-pack.txt
@@ -3,7 +3,7 @@ git-send-pack(1)
NAME
----
-git-send-pack - Push missing objects packed
+git-send-pack - Push objects over git protocol to another reposiotory
SYNOPSIS