]> git.ipfire.org Git - thirdparty/git.git/history - fast-import.c
Correct a few types to be unsigned in fast-import.
[thirdparty/git.git] / fast-import.c
2007-01-17  Shawn O. PearceCorrect a few types to be unsigned in fast-import.
2007-01-17  Shawn O. PearceCorrected BNF input documentation for fast-import.
2007-01-16  Shawn O. PearcePrint out the edge commits for each packfile in fast...
2007-01-16  Shawn O. PearceCorrect object_count type and stat output in fast-import.
2007-01-16  Shawn O. PearceCorrect max_packsize default in fast-import.
2007-01-16  Shawn O. PearceRemove unnecessary pack_fd global in fast-import.
2007-01-16  Shawn O. PearceEnsure we close the packfile after creating it in fast...
2007-01-16  Shawn O. PearceUse .keep files in fast-import during processing.
2007-01-16  Shawn O. PearceReuse sha1 in packed_git in fast-import.
2007-01-16  Shawn O. PearceReplace redundant yread() with read_in_full() in fast...
2007-01-16  Shawn O. PearceUse uintmax_t for marks in fast-import.
2007-01-16  Shawn O. PearceCorrected buffer overflow during automatic checkpoint...
2007-01-15  Shawn O. PearcePrint the packfile names to stdout from fast-import.
2007-01-15  Shawn O. PearceImplemented automatic checkpoints within fast-import.
2007-01-15  Shawn O. PearceOptimize index creation on large object sets in fast...
2007-01-15  Shawn O. PearceDon't create a final empty packfile in fast-import.
2007-01-15  Shawn O. PearceImplemented manual packfile switching in fast-import.
2007-01-15  Shawn O. PearceRemove unnecessary duplicate_count in fast-import.
2007-01-15  Shawn O. PearceRestructure fast-import to support creating multiple...
2007-01-15  Shawn O. PearceMisc. type cleanups within fast-import.
2007-01-15  Shawn O. PearceImprove reuse of sha1_file library within fast-import.
2007-01-14  Shawn O. PearceMerge branch 'master' into sp/fast-import
2007-01-14  Shawn O. PearceAllow creating branches without committing in fast...
2007-01-14  Shawn O. PearceSupport creation of merge commits in fast-import.
2007-01-14  Shawn O. PearceFix repository corruption when using marks for modified...
2007-01-14  Shawn O. PearceAdditional fast-import tree delta corruption cleanups.
2007-01-14  Shawn O. PearceCorrect tree corruption problems in fast-import.
2007-01-14  Shawn O. PearceReplace ywrite in fast-import with the standard write_o...
2007-01-14  Shawn O. PearceReuse the same buffer for all commits/tags in fast...
2007-01-14  Shawn O. PearceRecycle data buffers for tree generation in fast-import.
2007-01-14  Shawn O. PearceImplemented tree delta compression in fast-import.
2007-01-14  Shawn O. PearceConverted hash memcpy/memcmp to new hashcpy/hashcmp...
2007-01-14  Shawn O. PearceDon't crash fast-import if no branch log was requested.
2007-01-14  Shawn O. PearceAdded 'reset' command to clear a branch's tree.
2007-01-14  Shawn O. PearceMap only part of the generated pack file at any point...
2007-01-14  Shawn O. PearceFixed compile error in fast-import.
2007-01-14  Shawn O. PearceFixed GPF in fast-import caused by unterminated linked...
2007-01-14  Shawn O. PearceAdded --branch-log to option to fast-import.
2007-01-14  Shawn O. PearceAdded option to export the marks table when fast-import...
2007-01-14  Shawn O. PearceAccount for tree entry memory costs in fast-import.
2007-01-14  Shawn O. PearceMoved from command to after data to help cvs2svn.
2007-01-14  Shawn O. PearceRemove branch creation command from fast-import.
2007-01-14  Shawn O. PearceRound out memory pool allocations in fast-import to...
2007-01-14  Shawn O. PearceImplemented tree reloading in fast-import.
2007-01-14  Shawn O. PearceImplemented 'tag' command in fast-import.
2007-01-14  Shawn O. PearceAdded branch load counter to fast-import.
2007-01-14  Shawn O. PearceAdded mark store/find to fast-import.
2007-01-14  Shawn O. PearceConverted fast-import to accept standard command line...
2007-01-14  Shawn O. PearceFixed segfault in fast-import after growing a tree.
2007-01-14  Shawn O. PearceAllow symlink blobs in trees during fast-import.
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...