Browse Source

Documentation: fix missing links to git(7)

Also move pack protocol description to technical/.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
76cead391f
  1. 2
      Documentation/git-cvsexportcommit.txt
  2. 9
      Documentation/git.txt
  3. 3
      Documentation/technical/pack-protocol.txt

2
Documentation/git-cvsexportcommit.txt

@ -8,7 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout @@ -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



9
Documentation/git.txt

@ -159,6 +159,9 @@ gitlink:git-merge-base[1]:: @@ -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]:: @@ -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]:: @@ -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.


3
Documentation/pack-protocol.txt → Documentation/technical/pack-protocol.txt

@ -1,3 +1,6 @@ @@ -1,3 +1,6 @@
Pack transfer protocols
=======================

There are two Pack push-pull protocols.

upload-pack (S) | fetch/clone-pack (C) protocol:
Loading…
Cancel
Save