diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:47:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-11-19 13:47:56 -0800 |
commit | bfd6b53aabade9865717e0afbfabfe85ba6c3055 (patch) | |
tree | 8847423ba109dc60266c7d2b872ef48cfc002890 /Documentation | |
parent | f00e081a9a90a87988cc68a2fbfa1e52ea5b5263 (diff) | |
parent | 2672671872adf28be744b789f9acd6b2a50d5ed1 (diff) | |
download | git-bfd6b53aabade9865717e0afbfabfe85ba6c3055.tar.gz git-bfd6b53aabade9865717e0afbfabfe85ba6c3055.tar.xz |
Merge branch 'mh/doc-remote-helper-xref'
* mh/doc-remote-helper-xref:
doc: add some crossrefs between manual pages
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-export.txt | 4 | ||||
-rw-r--r-- | Documentation/git-fast-import.txt | 4 | ||||
-rw-r--r-- | Documentation/git-remote-ext.txt | 4 | ||||
-rw-r--r-- | Documentation/git-remote-fd.txt | 4 | ||||
-rw-r--r-- | Documentation/gitremote-helpers.txt | 6 |
5 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index dbe9a4683..929e496af 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -209,6 +209,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 diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index 377eeaa36..f71fb0134 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -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. +SEE ALSO +-------- +linkgit:git-fast-export[1] + GIT --- Part of the linkgit:git[1] suite diff --git a/Documentation/git-remote-ext.txt b/Documentation/git-remote-ext.txt index cd0bb77e4..b25d0b599 100644 --- a/Documentation/git-remote-ext.txt +++ b/Documentation/git-remote-ext.txt @@ -116,6 +116,10 @@ begins with `ext::`. Examples: determined by the helper using environment variables (see above). +SEE ALSO +-------- +linkgit:gitremote-helpers[1] + GIT --- Part of the linkgit:git[1] suite diff --git a/Documentation/git-remote-fd.txt b/Documentation/git-remote-fd.txt index bcd37668e..e700bafa4 100644 --- a/Documentation/git-remote-fd.txt +++ b/Documentation/git-remote-fd.txt @@ -50,6 +50,10 @@ EXAMPLES `git push fd::7,8/bar master`:: Same as above. +SEE ALSO +-------- +linkgit:gitremote-helpers[1] + GIT --- Part of the linkgit:git[1] suite diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index 64f7ad26b..8edf72cf5 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -452,8 +452,14 @@ SEE ALSO -------- linkgit:git-remote[1] +linkgit:git-remote-ext[1] + +linkgit:git-remote-fd[1] + linkgit:git-remote-testgit[1] +linkgit:git-fast-import[1] + GIT --- Part of the linkgit:git[1] suite |