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