On Mon, Jan 18, 2016 at 05:57:17PM +0100, Thomas Gummerer wrote: > Currently ls-remote uses a hand rolled parser for the its command line s/the its/its/ > arguments. Use the parse-options api instead of the hand rolled parser > to simplify the code and make it easier to add new arguments. In > addition this improves the help message. > > Helped-by: Jeff King <peff@xxxxxxxx> > Signed-off-by: Thomas Gummerer <t.gummerer@xxxxxxxxx> > --- > builtin/ls-remote.c | 82 +++++++++++++++++++---------------------------------- > 1 file changed, 29 insertions(+), 53 deletions(-) Patch itself looks good to me. -Peff -- 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