commit | ba5f28bf79ea652fbe2be12f5ca6b351bb6ad591 | [log] [tgz] |
---|---|---|
author | Thomas Gummerer <t.gummerer@gmail.com> | Tue Jan 19 00:20:49 2016 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jan 19 10:07:56 2016 -0800 |
tree | 3556063f8dee1137d3d2b60a4696a7b5b441bea1 | |
parent | 80b17e5831aab10eed0519c39c132820a61181fd [diff] |
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 <peff@peff.net> Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>