]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'vd/for-each-ref-sort-with-formatted-timestamp'
authorJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:11 +0000 (13:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Feb 2024 21:16:11 +0000 (13:16 -0800)
"git branch" and friends learned to use the formatted text as
sorting key, not the underlying timestamp value, when the --sort
option is used with author or committer timestamp with a format
specifier (e.g., "--sort=creatordate:format:%H:%M:%S").

* vd/for-each-ref-sort-with-formatted-timestamp:
  ref-filter.c: sort formatted dates by byte value


Trivial merge