author | Philip Jägenstedt <philip.jagenstedt@gmail.com> | |
Sat, 18 Feb 2012 11:17:47 +0000 (12:17 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 20 Feb 2012 07:44:38 +0000 (23:44 -0800) | ||
commit | ca5bc9e61fb26969c9b028c9b853af109f9f00c5 | |
tree | 33d45f9a5d7c9454d8dbf36f3b6fce047e21870d | tree | snapshot |
parent | 656cdf0c9ebe2899ef79020285c9a6243dc84d97 | commit | 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>
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 | diff | blob | history | |
builtin/remote.c | diff | blob | history |