On Thu, May 21, 2009 at 10:29 PM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: >>> [...] >>> >>> Couldn't you use parseopt also in subcommands? >> >> I don't understand. You mean parseopt for --continue, --skip and >> --abort? > > Yes. I don't know if it possible, and if it would make sense, but it > seems strange to me having both parseopts in main, and strcmp > comparisons for other parts... Ah you meant --interactive. It's because git-rebase--interactive.sh is a separate command and it needs full arguments. parseopts eats arguments. I'm too lazy to rebuild argv after being eaten by parseopts. So just search for "interactive" sign, then pass them all to git-rebase--interactive.sh (until git-rebase--interactive.sh is built in) -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html