remote: fix set-branches usage and documentation
commitca5bc9e61fb26969c9b028c9b853af109f9f00c5
authorPhilip Jägenstedt <philip.jagenstedt@gmail.com>
Sat, 18 Feb 2012 11:17:47 +0000 (18 12:17 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Feb 2012 07:44:38 +0000 (19 23:44 -0800)
tree33d45f9a5d7c9454d8dbf36f3b6fce047e21870d
parent656cdf0c9ebe2899ef79020285c9a6243dc84d97
remote: fix set-branches usage and documentation

The canonical order of command line arguments is always to have dashed
commands before other parameters, but the "git remote set-branches"
subcommand was described to take "name" before an optional "--add".

Signed-off-by: Philip Jägenstedt <philip@foolip.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
builtin/remote.c