summaryrefslogtreecommitdiff
path: root/fast-import.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented tree reloading in fast-import.Shawn O. Pearce2007-01-141-13/+149
* Implemented 'tag' command in fast-import.Shawn O. Pearce2007-01-141-0/+125
* Added branch load counter to fast-import.Shawn O. Pearce2007-01-141-2/+4
* Added mark store/find to fast-import.Shawn O. Pearce2007-01-141-17/+87
* Converted fast-import to accept standard command line parameters.Shawn O. Pearce2007-01-141-6/+28
* Fixed segfault in fast-import after growing a tree.Shawn O. Pearce2007-01-141-5/+10
* Allow symlink blobs in trees during fast-import.Shawn O. Pearce2007-01-141-0/+1
* Changed fast-import's pack header creation to use pack.hShawn O. Pearce2007-01-141-9/+8
* Converted fast-import to a text based protocol.Shawn O. Pearce2007-01-141-160/+326
* Implement blob ID validation in fast-import.Shawn O. Pearce2007-01-141-4/+24
* Added tree and commit writing to fast-import.Shawn O. Pearce2007-01-141-177/+729
* Implemented branch handling and basic tree support in fast-import.Shawn O. Pearce2007-01-141-5/+165
* Added basic command handler to fast-import.Shawn O. Pearce2007-01-141-14/+46
* Refactored fast-import's internals for future additions.Shawn O. Pearce2007-01-141-66/+83
* Cleaned up memory allocation for object_entry structs.Shawn O. Pearce2007-01-141-47/+46
* Added automatic index generation to fast-import.Shawn O. Pearce2007-01-141-19/+163
* Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce2007-01-141-0/+214