Skip to content

Commit 76cead3

Browse files
author
Junio C Hamano
committed
Documentation: fix missing links to git(7)
Also move pack protocol description to technical/. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 1e2ccd3 commit 76cead3

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

Documentation/git-cvsexportcommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout
88

99
SYNOPSIS
1010
--------
11-
git-cvsapplycommmit.perl
11+
git-cvsexportcommmit.perl
1212
[ -h ] [ -v ] [ -c ] [ -p ] [PARENTCOMMIT] COMMITID
1313

1414

Documentation/git.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ gitlink:git-merge-base[1]::
159159
gitlink:git-name-rev[1]::
160160
Find symbolic names for given revs.
161161

162+
gitlink:git-pack-redundant[1]::
163+
Find redundant pack files.
164+
162165
gitlink:git-rev-list[1]::
163166
Lists commit objects in reverse chronological order.
164167

@@ -211,6 +214,9 @@ gitlink:git-receive-pack[1]::
211214
gitlink:git-send-pack[1]::
212215
Pushes to a remote repository, intelligently.
213216

217+
gitlink:git-http-push[1]::
218+
Push missing objects using HTTP/DAV.
219+
214220
gitlink:git-shell[1]::
215221
Restricted shell for GIT-only SSH access.
216222

@@ -340,6 +346,9 @@ gitlink:git-convert-objects[1]::
340346
gitlink:git-cvsimport[1]::
341347
Salvage your data out of another SCM people love to hate.
342348

349+
gitlink:git-cvsexportcommit[1]::
350+
Export a single commit to a CVS checkout.
351+
343352
gitlink:git-lost-found[1]::
344353
Recover lost refs that luckily have not yet been pruned.
345354

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Pack transfer protocols
2+
=======================
3+
14
There are two Pack push-pull protocols.
25

36
upload-pack (S) | fetch/clone-pack (C) protocol:

0 commit comments

Comments
 (0)