]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: fix missing links to git(7)
authorJunio C Hamano <junkio@cox.net>
Tue, 13 Dec 2005 07:55:09 +0000 (23:55 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Dec 2005 07:55:09 +0000 (23:55 -0800)
Also move pack protocol description to technical/.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-cvsexportcommit.txt
Documentation/git.txt
Documentation/technical/pack-protocol.txt [moved from Documentation/pack-protocol.txt with 94% similarity]

index c3da73d1cda205ecc866c9e00319b8ef58f52940..91def2b5150d827e729d69f37b2c0087d08075f0 100644 (file)
@@ -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 
 
 
index 45773db135684529640cb73a4e8129b04490521a..d32e6cd74555c8016c613795110b79e713438584 100644 (file)
@@ -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.
 
similarity index 94%
rename from Documentation/pack-protocol.txt
rename to Documentation/technical/pack-protocol.txt
index 7d6aec409d618023db5039a6ae797bb984d63653..9cd48b48597f9b7e822fc3d81e0bc556d6631b02 100644 (file)
@@ -1,3 +1,6 @@
+Pack transfer protocols
+=======================
+
 There are two Pack push-pull protocols.
 
 upload-pack (S) | fetch/clone-pack (C) protocol: