commit | ca5bc9e61fb26969c9b028c9b853af109f9f00c5 | [log] [tgz] |
---|---|---|
author | Philip Jägenstedt <philip.jagenstedt@gmail.com> | Sat Feb 18 12:17:47 2012 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Feb 19 23:44:38 2012 -0800 |
tree | 33d45f9a5d7c9454d8dbf36f3b6fce047e21870d | |
parent | 656cdf0c9ebe2899ef79020285c9a6243dc84d97 [diff] |
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>