On Mon, Apr 2, 2018 at 6:11 PM, Harald Nordgren <haraldnordgren@xxxxxxxxx> 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 <haraldnordgren@xxxxxxxxx> > --- Please take pity on reviewers and use this space below the "---" line following your sign-off to explain what changed since the previous attempt and to provide a link to the previous round(s), like this[1]. Thanks. [1]: https://www.youtube.com/watch?v=r_8ydghbGSg > Documentation/git-ls-remote.txt | 12 +++++++++++- > builtin/ls-remote.c | 26 ++++++++++++++++++++++++-- > t/t5512-ls-remote.sh | 41 ++++++++++++++++++++++++++++++++++++++++- > 3 files changed, 75 insertions(+), 4 deletions(-)