Hi Junio, On Fri, May 8, 2015 at 2:48 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Paul Tan <pyokagan@xxxxxxxxx> writes: > >> .... This can be >> done with the current git-pull.sh, but would be easier with the >> superior C parse-options API. > > Just this part, but I thought parse-options API is available to > scripts via "rev-parse --parseopt". Yes, it kind of is, but my impression is that it only validates command-line arguments -- we still have to loop over each of them which means more code has to be written as compared to the C version (especially if we want to validate all the git-fetch switches as well). Thanks, Paul -- 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