Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-14 | silently skip acquire of empty index files | David Kalnischkies | |
There is just no point in taking the time to acquire empty files – especially as it will be tiny non-empty compressed files usually. | |||
2016-04-14 | allow uncompressed files to be empty in store again | David Kalnischkies | |
With the previous fix for file applied we can again hit repositories which contain uncompressed empty files, which since the introduction of the central store: method wasn't accounted for anymore as we forbid empty compressed files. |