remote: add 'rm' subcommand
commit611360443ef4d9e2f4def1e2c97727dd04e0d244
authorJames Bowes <jbowes@dangerouslyinc.com>
Tue, 5 Jun 2007 23:25:23 +0000 (5 19:25 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 00:41:25 +0000 (18 17:41 -0700)
tree9fcaff8e2c24077f152b421658f10bef5aaa9ec5
parent89df580d0a2e97b0c7c072d87e5e815534deed56
remote: add 'rm' subcommand

Introduce git-remote rm <name> which will:
 - Remove the remote config entry for <name>.
 - Remove any config entries for tracking branches of <name>.
 - Remove any stored remote branches of <name>.

Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-remote.perl