aboutsummaryrefslogtreecommitdiff
path: root/convert-cache.c
Commit message (Collapse)AuthorAge
* Simplify "write_sha1_file()" interfacesLinus Torvalds2005-04-25
| | | | | The write function now adds the header to the file by itself, so there is no reason to duplicate it among all the users any more.
* Update "convert-cache" to handle git itself.Linus Torvalds2005-04-24
| | | | | | The git archives have some old-date-format commits with timezones that the converter didn't recognize. Also, make it be quiet about already-converted dates.
* Make a hack to convert-cache for missing author dates in oldLinus Torvalds2005-04-23
| | | | | | | 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-23
| | | | | | 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.Linus Torvalds2005-04-20
And add a "convert-cache" program to convert from old-style to new-style.