aboutsummaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2007-01-14Moved from command to after data to help cvs2svn.Shawn O. Pearce
2007-01-14Remove branch creation command from fast-import.Shawn O. Pearce
2007-01-14Round out memory pool allocations in fast-import to pointer sizes.Shawn O. Pearce
2007-01-14Implemented tree reloading in fast-import.Shawn O. Pearce
2007-01-14Implemented 'tag' command in fast-import.Shawn O. Pearce
2007-01-14Added branch load counter to fast-import.Shawn O. Pearce
2007-01-14Added mark store/find to fast-import.Shawn O. Pearce
2007-01-14Converted fast-import to accept standard command line parameters.Shawn O. Pearce
2007-01-14Fixed segfault in fast-import after growing a tree.Shawn O. Pearce
2007-01-14Allow symlink blobs in trees during fast-import.Shawn O. Pearce
2007-01-14Changed fast-import's pack header creation to use pack.hShawn O. Pearce
2007-01-14Converted fast-import to a text based protocol.Shawn O. Pearce
2007-01-14Implement blob ID validation in fast-import.Shawn O. Pearce
2007-01-14Added tree and commit writing to fast-import.Shawn O. Pearce
2007-01-14Implemented branch handling and basic tree support in fast-import.Shawn O. Pearce
2007-01-14Added basic command handler to fast-import.Shawn O. Pearce
2007-01-14Refactored fast-import's internals for future additions.Shawn O. Pearce
2007-01-14Cleaned up memory allocation for object_entry structs.Shawn O. Pearce
2007-01-14Added automatic index generation to fast-import.Shawn O. Pearce
2007-01-14Created fast-import, a tool to quickly generating a pack from blobs.Shawn O. Pearce