doc: add some crossrefs between manual pages
authorMax Horn <max@quendi.de>
Tue, 11 Nov 2014 20:17:07 +0000 (21:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Nov 2014 22:47:04 +0000 (14:47 -0800)
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 <max@quendi.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
Documentation/git-fast-import.txt
Documentation/git-remote-ext.txt
Documentation/git-remote-fd.txt
Documentation/gitremote-helpers.txt
index 221506b04ba55fac2151d8ac95da7df57eb9d411..769689d5f2c766aea7427a529b2813a2cf4215ad 100644 (file)
@@ -148,6 +148,10 @@ Since 'git fast-import' cannot tag trees, you will not be
 able to export the linux.git repository completely, as it contains
 a tag referencing a tree instead of a commit.
 
 able to export the linux.git repository completely, as it contains
 a tag referencing a tree instead of a commit.
 
+SEE ALSO
+--------
+linkgit:git-fast-import[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
 GIT
 ---
 Part of the linkgit:git[1] suite
index 377eeaa36db2407f76a9cd21777bb2eda4ff74bc..f71fb0134be37f224addb1963ed6d06c5bb8778a 100644 (file)
@@ -1441,6 +1441,10 @@ operator can use this facility to peek at the objects and refs from an
 import in progress, at the cost of some added running time and worse
 compression.
 
 import in progress, at the cost of some added running time and worse
 compression.
 
+SEE ALSO
+--------
+linkgit:git-fast-export[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
 GIT
 ---
 Part of the linkgit:git[1] suite
index cd0bb77e4a07453c54378b8f2db813ba354a68ef..b25d0b5996b560837648c13c742bfc5ad09f0310 100644 (file)
@@ -116,6 +116,10 @@ begins with `ext::`.  Examples:
        determined by the helper using environment variables (see
        above).
 
        determined by the helper using environment variables (see
        above).
 
+SEE ALSO
+--------
+linkgit:gitremote-helpers[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
 GIT
 ---
 Part of the linkgit:git[1] suite
index bcd37668e3508462881c12bdda5f6eed48072bf8..e700bafa473007e42d8f0af8d35d15841e6e3988 100644 (file)
@@ -50,6 +50,10 @@ EXAMPLES
 `git push fd::7,8/bar master`::
        Same as above.
 
 `git push fd::7,8/bar master`::
        Same as above.
 
+SEE ALSO
+--------
+linkgit:gitremote-helpers[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
 GIT
 ---
 Part of the linkgit:git[1] suite
index 64f7ad26b40085ced91e73fd806c11e90ad2eb9a..8edf72cf5398f3a13002e8e08774f75b4cc7180d 100644 (file)
@@ -452,8 +452,14 @@ SEE ALSO
 --------
 linkgit:git-remote[1]
 
 --------
 linkgit:git-remote[1]
 
+linkgit:git-remote-ext[1]
+
+linkgit:git-remote-fd[1]
+
 linkgit:git-remote-testgit[1]
 
 linkgit:git-remote-testgit[1]
 
+linkgit:git-fast-import[1]
+
 GIT
 ---
 Part of the linkgit:git[1] suite
 GIT
 ---
 Part of the linkgit:git[1] suite