Re: [PATCH] tag: support mixing --sort=<spec> and -n
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:06:28
Karthik Nayak [off-list ref] writes:
On Sun, Sep 6, 2015 at 3:55 AM, Jacob Keller [off-list ref] wrote:quoted
On Sat, Sep 5, 2015 at 10:52 AM, Rudy Matela [off-list ref] wrote:quoted
Allow -n and --sort=version:refname to be used together instead of failing with: fatal: --sort and -n are incompatible Signed-off-by: Rudy Matela <redacted>Nice! I've been wondering about this one for a while. Especially since implementing tag.sort configuration which made -n not work at all. Note that it may be worth rebasing this on top of Karthik's part tag to use ref-filter series, since I think there will be plenty of merge conflicts there...Its already resolved in my series. We use ref-filter's sorting APIs there :)
I guess Jacob needs to rebase that tag.sort thing on top of yours, then ;-)?