File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ git-cvsexportcommit - Export a commit to a CVS checkout
88
99SYNOPSIS
1010--------
11- git-cvsapplycommmit .perl
11+ git-cvsexportcommmit .perl
1212 [ -h ] [ -v ] [ -c ] [ -p ] [PARENTCOMMIT] COMMITID
1313
1414
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ gitlink:git-merge-base[1]::
159159gitlink:git-name-rev[1]::
160160 Find symbolic names for given revs.
161161
162+ gitlink:git-pack-redundant[1]::
163+ Find redundant pack files.
164+
162165gitlink:git-rev-list[1]::
163166 Lists commit objects in reverse chronological order.
164167
@@ -211,6 +214,9 @@ gitlink:git-receive-pack[1]::
211214gitlink: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+
214220gitlink:git-shell[1]::
215221 Restricted shell for GIT-only SSH access.
216222
@@ -340,6 +346,9 @@ gitlink:git-convert-objects[1]::
340346gitlink: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+
343352gitlink:git-lost-found[1]::
344353 Recover lost refs that luckily have not yet been pruned.
345354
Original file line number Diff line number Diff line change 1+ Pack transfer protocols
2+ =======================
3+
14There are two Pack push-pull protocols.
25
36upload-pack (S) | fetch/clone-pack (C) protocol:
You can’t perform that action at this time.
0 commit comments