Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42
commitd97034b0a15c683d7104d2189322ea75c730b46c
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:16 +0000 (2 16:53 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Nov 2023 07:53:17 +0000 (2 16:53 +0900)
treedd3a6c861bc64f726ab79503a1ff350633f88fbd
parent57b52cec46e1b342071df3addd3369a3b60a5916
parent6d79cd8474b7bb4979f2a7544fd736bed190261a
Merge branch 'ks/ref-filter-sort-numerically' into maint-2.42

"git for-each-ref --sort='contents:size'" sorts the refs according
to size numerically, giving a ref that points at a blob twelve-byte
(12) long before showing a blob hundred-byte (100) long.

* ks/ref-filter-sort-numerically:
  ref-filter: sort numerically when ":size" is used