Merge branch 'rr/maint-submodule-unknown-cmd' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 2 Oct 2012 20:42:32 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 2 Oct 2012 20:42:32 +0000 (13:42 -0700)
"git submodule frotz" was not diagnosed as "frotz" being an unknown
subcommand to "git submodule"; the user instead got a complaint that
"git submodule status" was run with an unknown path "frotz".

* rr/maint-submodule-unknown-cmd:
submodule: if $command was not matched, don't parse other args

No differences found