summaryrefslogtreecommitdiff
path: root/convert-cache.c
Commit message (Collapse)AuthorAgeFilesLines
* Make a hack to convert-cache for missing author dates in oldLinus Torvalds2005-04-231-0/+7
| | | | | | | archives (notably the old sparse one). Very hacky. But hopefully we can do the conversion once, and never worry about this ever again.
* Make "convert-cache" able to handle the really old archive formatsLinus Torvalds2005-04-231-13/+206
| | | | | | This includes the old-style "flat tree" object, and the old broken date format. Well, enough of the date format to convert the sparse archive, at least.
* Do SHA1 hash _before_ compression.conversionLinus Torvalds2005-04-201-0/+138
And add a "convert-cache" program to convert from old-style to new-style.