Fast,Scalable,Distributed revision control system

Technologies
shell script, git, c language
Topics
version control, dvcs
Fast,Scalable,Distributed revision control system
Git is the most widely-used revision control system in Open Source. It is a distributed system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Many large and successful projects use Git, including the Linux Kernel, Perl, Eclipse, Gnome, KDE, Qt, Ruby on Rails, Android, PostgreSQL, Debian, and X.org. This organization covers projects for Git itself. Other git-based software or services are not covered by this organization.
2022 Program

Successful Projects

Contributor
Shaoxuan Yuan
Mentor
Derrick Stolee, Victoria Dye
Organization
Git
More Sparse Index Integrations
The spare index feature accelerates Git commands when using sparse-checkout in cone mode. This works by modifying the on-disk index file in a way...
Contributor
Abhra303
Mentor
Kaartic Sivaraam, Taylor Blau
Organization
Git
Reachability bitmap improvements
Git uses bitmaps to speed up the work of knowing which object(trees, blobs, etc.) can be reached from which commit. The current bitmap implementation...