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...
Unify ref-filters with other pretty formats
Jaydeep Das
Git has an old problem of duplicated implementations of some logic. For example, Git has at least 4 implementations to format commands for different...
More Sparse Index Integrations
Shaoxuan Yuan
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...