Rename {git- => git}remote-helpers.txt
commitbd4a3d616894c009a4500395e016ee8f0d4751a6
authorJohn Keeping <john@keeping.me.uk>
Thu, 31 Jan 2013 21:59:50 +0000 (31 21:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Feb 2013 22:12:34 +0000 (1 14:12 -0800)
tree3395568d0cf02d5ebab924a57108b5824ead4f25
parente1b6ff44d61bcdd91280c3f7c3c5ace32d4b7c52
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>
Documentation/Makefile
Documentation/git-remote-helpers.txto [new file with mode: 0644]
Documentation/git-remote-testgit.txt
Documentation/gitremote-helpers.txt [moved from Documentation/git-remote-helpers.txt with 99% similarity]
Documentation/urls.txt