Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a hack to convert-cache for missing author dates in old | Linus Torvalds | 2005-04-23 | 1 | -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 formats | Linus Torvalds | 2005-04-23 | 1 | -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.conversion | Linus Torvalds | 2005-04-20 | 1 | -0/+138 |
And add a "convert-cache" program to convert from old-style to new-style. |