ls-remote: create '--sort' option
authorHarald Nordgren <haraldnordgren@gmail.com>
Mon, 9 Apr 2018 01:42:26 +0000 (03:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Apr 2018 01:51:56 +0000 (10:51 +0900)
Create a '--sort' option for ls-remote, based on the one from
for-each-ref. This e.g. allows ref names to be sorted by version
semantics, so that v1.2 is sorted before v1.10.

Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found