2 Commits (e0f9635c0691cb67f0fcbb758cabba801d9fc51b)

Author SHA1 Message Date
KN4CK3R 3607f79d78
Fixed assert statements. (#16089) 3 years ago
zeripath ae7e6cd474
Reduce calls to git cat-file -s (#14682)
* Reduce calls to git cat-file -s

There are multiple places where there are repeated calls to git cat-file
-s due to the blobs not being created with their size.

Through judicious use of git ls-tree -l and slight adjustments to the
indexer code we can avoid a lot of these calls.

* simplify by always expecting the long format

* Also always set the sized field and tell the indexer the update is sized
3 years ago