On Wed, 31 Oct 2007, Junio C Hamano wrote: > > * ph/parseopt (Tue Oct 30 14:15:21 2007 -0500) 23 commits > + ... > > It appears 1.5.4 will be, to a certain extent, a "Let's clean up > the internal implementation" release. This series should become > part of it. Hopefully will merge to 'master' soon, but I > haven't looked this series very closely yet. I certainly think this should go in, but it does make one deficiency painfully clear: the remaining shell scripts end up having all the old flags behaviour. So while you can combine flags for *most* programs, you still won't be able to say things like git clean -qdx just because that's still a shellscript, and doing any fancy argument parsing in shell is just painful. Is somebody still working on doing the shell->C conversion? Linus - 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