remote: prefer subcommand name 'remove' to 'rm'
commite17dba8fe15028425acd6a4ebebf1b8e9377d3c6
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 6 Sep 2012 12:25:23 +0000 (6 19:25 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2012 20:23:22 +0000 (6 13:23 -0700)
tree77baffcf3748619adc2c02f68292103e4acc9165
parent871e293c9acbeaacce59dcd98fab6028f552f5be
remote: prefer subcommand name 'remove' to 'rm'

All remote subcommands are spelled out words except 'rm'. 'rm', being a
popular UNIX command name, may mislead users that there are also 'ls' or
'mv'. Use 'remove' to fit with the rest of subcommands.

'rm' is still supported and used in the test suite. It's just not
widely advertised.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
builtin/remote.c
contrib/completion/git-completion.bash
t/t5505-remote.sh
t/t5540-http-push.sh