I did not realize this earlier, but we seem to have more and more programs
where actions are specified without "--", i.e. "git-svn fetch", or
"git-bundle create".
Hey, don't forget "git bisect", the granddaddy of them all.
I actually like that, to separate actions from options. Hmm?
I agree. If something effectively always takes a separate command, it's
not an option, it's a subcommand.
Linus