Skip to content
  • John Keeping's avatar
    Rename {git- => git}remote-helpers.txt · bd4a3d61
    John Keeping authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    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: default avatarJohn Keeping <john@keeping.me.uk>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    bd4a3d61