On Sun, Nov 10, 2019 at 12:41:24PM -0800, Robin H. Johnson wrote: > Make it possible for any of the git-bundle subcommands to include > options: > - before the sub-command > - after the sub-command, before the bundle filename On reading your subject and the start of the commit message, I thought you mean that you meant to allow both: git bundle --foo create and git bundle create --foo But looking at the patch, this is about creating two separate sets of options, one for all sub-commands, and one for each individual sub-command. That makes sense to me. I don't know if it's worth trying to spell that out more explicitly in the commit message. -Peff