Skip to content

Commit bfd6b53

Browse files
committed
Merge branch 'mh/doc-remote-helper-xref'
* mh/doc-remote-helper-xref: doc: add some crossrefs between manual pages
2 parents f00e081 + 2672671 commit bfd6b53

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
@@ -209,6 +209,10 @@ Since 'git fast-import' cannot tag trees, you will not be
209209
able to export the linux.git repository completely, as it contains
210210
a tag referencing a tree instead of a commit.
211211

212+
SEE ALSO
213+
--------
214+
linkgit:git-fast-import[1]
215+
212216
GIT
213217
---
214218
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)