about summary refs log tree commit diff
path: root/third_party/git/builtin/multi-pack-index.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2020-01-29 r/472 fix(fun/wcl): Use 'eql' for byte comparisonsVincent Ambo1-4/+4
The fact that this works is just an implementation-specific detail. In theory, 'eq' will only compare object instance equality and not value. Tha