diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-07 14:41:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-07 14:41:45 -0800 |
commit | 8e12ab2f336aea36dc29f4129926a69e6ba67027 (patch) | |
tree | 18a53f20b7b1da8460bf429a36a2c956f586d166 /Documentation/git-remote-testgit.txt | |
parent | b5b56ea40c432f7687398bb012038ae12ac05ad4 (diff) | |
parent | bd4a3d616894c009a4500395e016ee8f0d4751a6 (diff) | |
download | git-8e12ab2f336aea36dc29f4129926a69e6ba67027.tar.gz |
Merge branch 'jk/remote-helpers-doc'
"git help remote-helpers" did not work; 'remote-helpers' is not
a subcommand name but a concept, so its documentation should have
been in gitremote-helpers, not git-remote-helpers.
* jk/remote-helpers-doc:
Rename {git- => git}remote-helpers.txt
Diffstat (limited to 'Documentation/git-remote-testgit.txt')
-rw-r--r-- | Documentation/git-remote-testgit.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote-testgit.txt b/Documentation/git-remote-testgit.txt index 612a625ced..f791d73c05 100644 --- a/Documentation/git-remote-testgit.txt +++ b/Documentation/git-remote-testgit.txt @@ -23,7 +23,7 @@ The best way to learn more is to read the comments and source code in SEE ALSO -------- -linkgit:git-remote-helpers[1] +linkgit:gitremote-helpers[1] GIT --- |