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.
2023 Program

Successful Projects

Contributor
SHUQI LIANG
Mentor
Victoria Dye
Organization
Git
More Sparse Index Integrations
The "sparse-index" is a feature that reduces the size of the working directory's index to function effectively with "sparse-checkout", resulting in...
Contributor
Kousik Sanagavarapu
Mentor
Christian Couder, Hariom Verma
Organization
Git
Unify ref-filter formats with other --pretty formats
Git has an old problem of duplicated implementations of some logic. For example, Git had at least 4 different implementations to format command...