From: Thomas Gummerer Date: Mon, 18 Jan 2016 23:20:49 +0000 (+0100) Subject: ls-remote: use parse-options api X-Git-Tag: v2.8.0-rc0~82^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ba5f28bf79ea652fbe2be12f5ca6b351bb6ad591?ds=inline;hp=ba5f28bf79ea652fbe2be12f5ca6b351bb6ad591 ls-remote: use parse-options api Currently ls-remote uses a hand rolled parser for its command line 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 Signed-off-by: Thomas Gummerer Signed-off-by: Junio C Hamano ---