Git 2.47 released with incremental multi-pack indexes, base branch detection, and more
Oct 9, 2024 at 11:05 AM

Git 2.47 released with incremental multi-pack indexes, base branch detection, and more

Git has released version 2.47, featuring several new enhancements and fixes. This update introduces an experimental feature called incremental multi-pack indexes (MIDX), enabling the storage of multiple MIDX layers. Each layer contains distinct packs and objects, allowing for quick updates through an append operation, with time complexity proportional to the new objects added. However, this feature does not yet support multi-pack reachability bitmaps, though support is under review for future releases.

Additionally, Git 2.47 includes a new tool to determine the likely starting branch for a commit using a new atom in the for-each-ref's --format specification. The release also encompasses various other improvements and bug fixes.

Oct 9, 2024 by Paul

cz
city_zen found this interesting
Git iconGit
  1061
  • ...

Git is a free and open-source distributed version control system renowned for its speed and efficiency in managing projects of all sizes. It enables users to track changes in source code, compare versions, and maintain a comprehensive history of their codebase. With a rating of 4.6, Git is a popular choice for developers. Alternatives include Mercurial SCM, Fossil, and Apache Subversion.

No comments so far, maybe you want to be first?
Gu