Hi, On Mon, 23 Jun 2008, Linus Torvalds wrote: > (And yes, I can handle even the --help cases. It's actually not that > hard to just remember all the different option structs you've seen, and > handle all of that totally independently internally in parse_options(). > You don't need recursion, you just need a trivial list of options.) So what you actually do is just linearizing the recursion. Well then, yes, your solution is good. However, I thought that recursion (as I implemented it) would make the revlist option parsing (which includes diff parsing) quite nice. Whatever, Dscho -- 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