this post was submitted on 17 Nov 2025
19 points (100.0% liked)

Opensource

4389 readers
66 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

Three months after its previous 2.51 release, Git, a distributed version control system and cornerstone in software development, helping developers efficiently manage changes in their code across projects, has just released its new 2.52 version.

One of the most notable additions is a new high-performance method for tree-level blame analysis. Instead of repeatedly walking the same commits for every file in a directory, the new approach computes last-modified information across entire trees in a fraction of the time. This significantly accelerates directory-wide history queries, especially in large repositories.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here