Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Commit Command/
git reftables
Search

git reftables

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Oct 22 23:31
Editor
Editor
Seonglae ChoSeonglae Cho
Edited
Edited
2025 Oct 22 23:47
Refs
Refs
Stacked Diff
GitHub is migrating to use git reftables instead of packed-refs so that multi-ref updates/restacking will be O(n).
 
 
 
 
 
 
Git - reftable Documentation
Some repositories contain a lot of references (e.g. android at 866k, rails at 31k). The existing packed-refs format takes up a lot of space (e.g. 62M), and does not scale with additional references. Lookup of a single reference requires linearly scanning the file.
Git - reftable Documentation
https://git-scm.com/docs/reftable
 
 

HIBP

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git CLI/Git Commit Command/
git reftables
Copyright Seonglae Cho