[PATCH v4] ref-filter: fallback on alphabetical comparison

2015-10-30 Thread Karthik Nayak
In ref-filter.c the comparison of refs while sorting is handled by cmp_ref_sorting() function. When sorting as per numerical values (e.g. --sort=objectsize) there is no fallback comparison when both refs hold the same value. This can cause unexpected results (i.e. the order of listing refs with

Re: [PATCH v4] ref-filter: fallback on alphabetical comparison

2015-10-30 Thread Johannes Sixt
Am 30.10.2015 um 09:45 schrieb Karthik Nayak: In ref-filter.c the comparison of refs while sorting is handled by cmp_ref_sorting() function. When sorting as per numerical values (e.g. --sort=objectsize) there is no fallback comparison when both refs hold the same value. This can cause unexpected

Re: [PATCH v4] ref-filter: fallback on alphabetical comparison

2015-10-30 Thread Junio C Hamano
Johannes Sixt writes: >> Update it to match the new world order, which we can now depend on >> being stable. > > Needless to say that the patch fixes the test failure on Windows. (I > tested v2 of the patch.) Thanks, both. Queued. -- To unsubscribe from this list: send the line