Move and improve reftable tests in the unit testing framework
Chand
A new unit testing framework was introduced to the Git mailing list last year with the aim of simplifying testing and improving maintainability by...
Move existing tests to a unit testing framework
Ghanshyam Thakkar
Git has many existing end-to-end tests which are written in shell script. However, to unit test some of the internal libraries/functionality, we use...
Implement consistency check for refs
shejialuo
The project addresses the issue that the current git-fsck command cannot detect corruption in the "packed-refs" file and lacks explicit checks for...