diff options
author | John Keeping <john@keeping.me.uk> | 2013-01-31 21:59:50 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-01 14:12:34 -0800 |
commit | bd4a3d616894c009a4500395e016ee8f0d4751a6 (patch) | |
tree | 3395568d0cf02d5ebab924a57108b5824ead4f25 /Documentation/git-remote-helpers.txto | |
parent | Merge branch 'tb/t0050-maint' into maint (diff) | |
download | tgif-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-helpers.txto')
-rw-r--r-- | Documentation/git-remote-helpers.txto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/git-remote-helpers.txto b/Documentation/git-remote-helpers.txto new file mode 100644 index 0000000000..49233f5d26 --- /dev/null +++ b/Documentation/git-remote-helpers.txto @@ -0,0 +1,9 @@ +git-remote-helpers +================== + +This document has been moved to linkgit:gitremote-helpers[1]. + +Please let the owners of the referring site know so that they can update the +link you clicked to get here. + +Thanks. |