mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'mh/doc-remote-helper-xref'
* mh/doc-remote-helper-xref: doc: add some crossrefs between manual pages
This commit is contained in:
commit
bfd6b53aab
@ -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
|
able to export the linux.git repository completely, as it contains
|
||||||
a tag referencing a tree instead of a commit.
|
a tag referencing a tree instead of a commit.
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
linkgit:git-fast-import[1]
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
@ -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
|
import in progress, at the cost of some added running time and worse
|
||||||
compression.
|
compression.
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
linkgit:git-fast-export[1]
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
@ -116,6 +116,10 @@ begins with `ext::`. Examples:
|
|||||||
determined by the helper using environment variables (see
|
determined by the helper using environment variables (see
|
||||||
above).
|
above).
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
linkgit:gitremote-helpers[1]
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
@ -50,6 +50,10 @@ EXAMPLES
|
|||||||
`git push fd::7,8/bar master`::
|
`git push fd::7,8/bar master`::
|
||||||
Same as above.
|
Same as above.
|
||||||
|
|
||||||
|
SEE ALSO
|
||||||
|
--------
|
||||||
|
linkgit:gitremote-helpers[1]
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
@ -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
|
GIT
|
||||||
---
|
---
|
||||||
Part of the linkgit:git[1] suite
|
Part of the linkgit:git[1] suite
|
||||||
|
Loading…
Reference in New Issue
Block a user