]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/githooks.txt
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)
commitd4833b22abc0093153534cfaa93bb90be9a708ca
treec28c84351594285fa8fe8ed054eb4aecac4c07c0
parentb3370dd51edb7f087754f0090ab483e9d1a2161e
parent46176d77c9e0b219a78d64cb99d8dbf4d9bcde2d
Merge branch 'vd/for-each-ref-sort-with-formatted-timestamp'

"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