Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2007-01-14 | Changed fast-import's pack header creation to use pack.h | Shawn O. Pearce | 1 | -9/+8 |
2007-01-14 | Converted fast-import to a text based protocol. | Shawn O. Pearce | 1 | -160/+326 |
2007-01-14 | Implement blob ID validation in fast-import. | Shawn O. Pearce | 1 | -4/+24 |
2007-01-14 | Added tree and commit writing to fast-import. | Shawn O. Pearce | 1 | -177/+729 |
2007-01-14 | Implemented branch handling and basic tree support in fast-import. | Shawn O. Pearce | 1 | -5/+165 |
2007-01-14 | Added basic command handler to fast-import. | Shawn O. Pearce | 1 | -14/+46 |
2007-01-14 | Refactored fast-import's internals for future additions. | Shawn O. Pearce | 1 | -66/+83 |
2007-01-14 | Cleaned up memory allocation for object_entry structs. | Shawn O. Pearce | 1 | -47/+46 |
2007-01-14 | Added automatic index generation to fast-import. | Shawn O. Pearce | 1 | -19/+163 |
2007-01-14 | Created fast-import, a tool to quickly generating a pack from blobs. | Shawn O. Pearce | 1 | -0/+214 |