Git Core Improvements and Contributions
What’s new in Git 2.46.0?

What’s new in Git 2.46.0?

7/29/2024 · Justin Tobler

What this post added

This post details the introduction of tooling for migrating Git references to the reftable format using `git refs migrate`, the addition of `symref-create`, `symref-update`, `symref-delete`, and `symref-verify` instructions for transactional symref updates in `git update-ref`, and the introduction of subcommand-based UX improvements for `git-config` (list, get, set, unset, rename-section, remove-section, edit). It also covers the addressing of a performance regression in bare repositories related to `attr.tree` configuration and progress on migrating end-to-end tests to a unit-testing framework. Finally, it mentions bundle URI fixes.

Read the original post ↗