]> git.ipfire.org Git - thirdparty/git.git/history - fast-import.c
Changed fast-import's pack header creation to use pack.h
[thirdparty/git.git] / fast-import.c
2007-01-14  Shawn O. PearceChanged fast-import's pack header creation to use pack.h
2007-01-14  Shawn O. PearceConverted fast-import to a text based protocol.
2007-01-14  Shawn O. PearceImplement blob ID validation in fast-import.
2007-01-14  Shawn O. PearceAdded tree and commit writing to fast-import.
2007-01-14  Shawn O. PearceImplemented branch handling and basic tree support...
2007-01-14  Shawn O. PearceAdded basic command handler to fast-import.
2007-01-14  Shawn O. PearceRefactored fast-import's internals for future additions.
2007-01-14  Shawn O. PearceCleaned up memory allocation for object_entry structs.
2007-01-14  Shawn O. PearceAdded automatic index generation to fast-import.
2007-01-14  Shawn O. PearceCreated fast-import, a tool to quickly generating a...