aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-12-12 23:55:09 -0800
committerJunio C Hamano <junkio@cox.net>2005-12-12 23:55:09 -0800
commit76cead391f77142f153ceafcb21ba50f0b09dd15 (patch)
tree3390d73dce262ccff6e74d602e851c7a50b2d519 /Documentation
parent1e2ccd3abc8f5d96244806f753568493c3e77d4c (diff)
downloadgit-76cead391f77142f153ceafcb21ba50f0b09dd15.tar.gz
git-76cead391f77142f153ceafcb21ba50f0b09dd15.tar.xz
Documentation: fix missing links to git(7)
Also move pack protocol description to technical/. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-cvsexportcommit.txt2
-rw-r--r--Documentation/git.txt9
-rw-r--r--Documentation/technical/pack-protocol.txt (renamed from Documentation/pack-protocol.txt)3
3 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/git-cvsexportcommit.txt b/Documentation/git-cvsexportcommit.txt
index c3da73d1c..91def2b51 100644
--- a/Documentation/git-cvsexportcommit.txt
+++ b/Documentation/git-cvsexportcommit.txt
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout
SYNOPSIS
--------
-git-cvsapplycommmit.perl
+git-cvsexportcommmit.perl
[ -h ] [ -v ] [ -c ] [ -p ] [PARENTCOMMIT] COMMITID
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 45773db13..d32e6cd74 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -159,6 +159,9 @@ gitlink:git-merge-base[1]::
gitlink:git-name-rev[1]::
Find symbolic names for given revs.
+gitlink:git-pack-redundant[1]::
+ Find redundant pack files.
+
gitlink:git-rev-list[1]::
Lists commit objects in reverse chronological order.
@@ -211,6 +214,9 @@ gitlink:git-receive-pack[1]::
gitlink:git-send-pack[1]::
Pushes to a remote repository, intelligently.
+gitlink:git-http-push[1]::
+ Push missing objects using HTTP/DAV.
+
gitlink:git-shell[1]::
Restricted shell for GIT-only SSH access.
@@ -340,6 +346,9 @@ gitlink:git-convert-objects[1]::
gitlink:git-cvsimport[1]::
Salvage your data out of another SCM people love to hate.
+gitlink:git-cvsexportcommit[1]::
+ Export a single commit to a CVS checkout.
+
gitlink:git-lost-found[1]::
Recover lost refs that luckily have not yet been pruned.
diff --git a/Documentation/pack-protocol.txt b/Documentation/technical/pack-protocol.txt
index 7d6aec409..9cd48b485 100644
--- a/Documentation/pack-protocol.txt
+++ b/Documentation/technical/pack-protocol.txt
@@ -1,3 +1,6 @@
+Pack transfer protocols
+=======================
+
There are two Pack push-pull protocols.
upload-pack (S) | fetch/clone-pack (C) protocol: