Documentation: fix missing links to git(7)
Also move pack protocol description to technical/. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
1e2ccd3abc
commit
76cead391f
@ -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
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
Pack transfer protocols
|
||||
=======================
|
||||
|
||||
There are two Pack push-pull protocols.
|
||||
|
||||
upload-pack (S) | fetch/clone-pack (C) protocol:
|
Loading…
Reference in New Issue
Block a user