diff options
author | Max Horn <max@quendi.de> | 2014-11-11 21:17:07 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-11 14:47:04 -0800 |
commit | 2672671872adf28be744b789f9acd6b2a50d5ed1 (patch) | |
tree | c13938de0f44ead0c04399c65e0d7f1ced22bff9 /Documentation/git-fast-export.txt | |
parent | caea1a2bb52262c64fdef545578ee7c5ceb113c5 (diff) | |
download | git-2672671872adf28be744b789f9acd6b2a50d5ed1.tar.gz |
doc: add some crossrefs between manual pagesmh/doc-remote-helper-xref
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>
Diffstat (limited to 'Documentation/git-fast-export.txt')
-rw-r--r-- | Documentation/git-fast-export.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 221506b04b..769689d5f2 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -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. +SEE ALSO +-------- +linkgit:git-fast-import[1] + GIT --- Part of the linkgit:git[1] suite |