aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-remote-testgit.txt
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-01-31 21:59:50 +0000
committerJunio C Hamano <gitster@pobox.com>2013-02-01 14:12:34 -0800
commitbd4a3d616894c009a4500395e016ee8f0d4751a6 (patch)
tree3395568d0cf02d5ebab924a57108b5824ead4f25 /Documentation/git-remote-testgit.txt
parente1b6ff44d61bcdd91280c3f7c3c5ace32d4b7c52 (diff)
downloadgit-bd4a3d616894c009a4500395e016ee8f0d4751a6.tar.gz
git-bd4a3d616894c009a4500395e016ee8f0d4751a6.tar.xz
Rename {git- => git}remote-helpers.txt
When looking up a topic via "git help <topic>", git-help prepends "git-" to topics that are the names of commands (either builtin or found on the path) and "git" (no hyphen) to any other topic name. "git-remote-helpers" is not the name of a command, so "git help remote-helpers" looks for "gitremote-helpers" and does not find it. Fix this by renaming "git-remote-helpers.txt" to "gitremote-helpers.txt". Signed-off-by: John Keeping <john@keeping.me.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote-testgit.txt')
-rw-r--r--Documentation/git-remote-testgit.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote-testgit.txt b/Documentation/git-remote-testgit.txt
index 2a67d456a..4c871b92e 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
---