Skip to content

Commit 2672671

Browse files
fingolfingitster
authored andcommitted
doc: add some crossrefs between manual pages
In particular, git-fast-import and -export link to each other, and gitremote-helpers links to existing remote helpers, and vice versa. Also link to fast-import from the remote helper spec, as this is relevant for remote helpers using the fast-import format. Signed-off-by: Max Horn <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent caea1a2 commit 2672671

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

Documentation/git-fast-export.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@ Since 'git fast-import' cannot tag trees, you will not be
148148
able to export the linux.git repository completely, as it contains
149149
a tag referencing a tree instead of a commit.
150150

151+
SEE ALSO
152+
--------
153+
linkgit:git-fast-import[1]
154+
151155
GIT
152156
---
153157
Part of the linkgit:git[1] suite

Documentation/git-fast-import.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,10 @@ operator can use this facility to peek at the objects and refs from an
14411441
import in progress, at the cost of some added running time and worse
14421442
compression.
14431443

1444+
SEE ALSO
1445+
--------
1446+
linkgit:git-fast-export[1]
1447+
14441448
GIT
14451449
---
14461450
Part of the linkgit:git[1] suite

Documentation/git-remote-ext.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ begins with `ext::`. Examples:
116116
determined by the helper using environment variables (see
117117
above).
118118

119+
SEE ALSO
120+
--------
121+
linkgit:gitremote-helpers[1]
122+
119123
GIT
120124
---
121125
Part of the linkgit:git[1] suite

Documentation/git-remote-fd.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ EXAMPLES
5050
`git push fd::7,8/bar master`::
5151
Same as above.
5252

53+
SEE ALSO
54+
--------
55+
linkgit:gitremote-helpers[1]
56+
5357
GIT
5458
---
5559
Part of the linkgit:git[1] suite

Documentation/gitremote-helpers.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,14 @@ SEE ALSO
452452
--------
453453
linkgit:git-remote[1]
454454

455+
linkgit:git-remote-ext[1]
456+
457+
linkgit:git-remote-fd[1]
458+
455459
linkgit:git-remote-testgit[1]
456460

461+
linkgit:git-fast-import[1]
462+
457463
GIT
458464
---
459465
Part of the linkgit:git[1] suite

0 commit comments

Comments
 (0)