git 2.43.0 (2023-11-20)

kernellogger

For details see a”Highlights from Git 2.43” post by github[1] and the announcement[2].

[1] https://github.blog/2023-11-20-highlights-from-git-2-43/

[2] https://lore.kernel.org/all/xmqqzfz8l5or.fsf@gitster.g/

github

Now, you can add decorations when using custom git log formats with the new %(decorate) placeholder, producing output like this:

$ git log --format='%cr%(decorate) (%h) %s'

Git 2.43 released with enhanced repack tool, improved revert process, and much more

#Git has launched v2.43, introducing new features and bug fixes. Updates include an enhanced git repack tool, changes to the revert process, improvements to the format-patch tool, new features for custom git log formats, and changes to Git’s CI system.