Re: [PATCH v5] ls-remote: create '--sort' option

2018-04-02 Thread Eric Sunshine
On Mon, Apr 2, 2018 at 6:53 PM, Eric Sunshine wrote: > On Mon, Apr 2, 2018 at 6:11 PM, Harald Nordgren > wrote: >> 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

Re: [PATCH v5] ls-remote: create '--sort' option

2018-04-02 Thread Eric Sunshine
On Mon, Apr 2, 2018 at 6:11 PM, Harald Nordgren wrote: > 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

[PATCH v5] ls-remote: create '--sort' option

2018-04-02 Thread Harald Nordgren
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 --- Documentation/git-ls-remote.txt | 12 +++-