Git 2.45 Released With Initial SHA1/SHA256 Interoperability & Reftable Support

Written by Michael Larabel in Free Software on 29 April 2024 at 01:32 PM EDT. 13 Comments
FREE SOFTWARE
Git 2.45 is out today as an important step forward for this widely-used, open-source distributed version control system.

Git 2.45 is significant in this version having initial SHA1 and SHA256 interoperability for repositories. Git repositories with both SHA-1 and SHA-256 hash algorithm use can finally co-exist. Git has long been working on supporting the more secure SHA256 hashes rather than SHA1.

The other big aspect of Git 2.45 is having initial reftable support. Reftable is a new reference storage back-end for Git. Git's Reftable aims for faster performance with an entirely new format for storing Git references. With Git 2.45 new repositories can be initialized with the "--ref-format=reftable" argument for making use of it.

Git logo


The lengthy list of changes and fixes to find overall with Git 2.45 can be found via the mailing list announcement. There's also a post on the GitHub Blog that covers the key v2.45 highlights in more detail.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week