summaryrefslogtreecommitdiff
path: root/fast-import.c
AgeCommit message (Expand)Author
2007-01-17Corrected BNF input documentation for fast-import.Shawn O. Pearce
2007-01-16Print out the edge commits for each packfile in fast-import.Shawn O. Pearce
2007-01-16Correct object_count type and stat output in fast-import.Shawn O. Pearce
2007-01-16Correct max_packsize default in fast-import.Shawn O. Pearce
2007-01-16Remove unnecessary pack_fd global in fast-import.Shawn O. Pearce
2007-01-16Ensure we close the packfile after creating it in fast-import.Shawn O. Pearce
2007-01-16Use .keep files in fast-import during processing.Shawn O. Pearce
2007-01-16Reuse sha1 in packed_git in fast-import.Shawn O. Pearce
2007-01-16Replace redundant yread() with read_in_full() in fast-import.Shawn O. Pearce
2007-01-16Use uintmax_t for marks in fast-import.Shawn O. Pearce
2007-01-16Corrected buffer overflow during automatic checkpoint in fast-import.Shawn O. Pearce
2007-01-15Print the packfile names to stdout from fast-import.Shawn O. Pearce
2007-01-15Implemented automatic checkpoints within fast-import.Shawn O. Pearce
2007-01-15Optimize index creation on large object sets in fast-import.Shawn O. Pearce
2007-01-15Don't create a final empty packfile in fast-import.Shawn O. Pearce
2007-01-15Implemented manual packfile switching in fast-import.Shawn O. Pearce
2007-01-15Remove unnecessary duplicate_count in fast-import.Shawn O. Pearce
2007-01-15Restructure fast-import to support creating multiple packfiles.Shawn O. Pearce
2007-01-15Misc. type cleanups within fast-import.Shawn O. Pearce
2007-01-15Improve reuse of sha1_file library within fast-import.Shawn O. Pearce
2007-01-14Merge branch 'master' into sp/fast-importShawn O. Pearce
2007-01-14Allow creating branches without committing in fast-import.Shawn O. Pearce
2007-01-14Support creation of merge commits in fast-import.Shawn O. Pearce
2007-01-14Fix repository corruption when using marks for modified blobs.Shawn O. Pearce
2007-01-14Additional fast-import tree delta corruption cleanups.Shawn O. Pearce
2007-01-14Correct tree corruption problems in fast-import.Shawn O. Pearce
2007-01-14Replace ywrite in fast-import with the standard write_or_die.Shawn O. Pearce
2007-01-14Reuse the same buffer for all commits/tags in fast-import.Shawn O. Pearce
2007-01-14Recycle data buffers for tree generation in fast-import.Shawn O. Pearce
2007-01-14Implemented tree delta compression in fast-import.Shawn O. Pearce
2007-01-14Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr.Shawn O. Pearce
2007-01-14Don't crash fast-import if no branch log was requested.Shawn O. Pearce
2007-01-14Added 'reset' command to clear a branch's tree.Shawn O. Pearce
2007-01-14Map only part of the generated pack file at any point in time.Shawn O. Pearce
2007-01-14Fixed compile error in fast-import.Shawn O. Pearce
2007-01-14Fixed GPF in fast-import caused by unterminated linked list.Shawn O. Pearce
2007-01-14Added --branch-log to option to fast-import.Shawn O. Pearce
2007-01-14Added option to export the marks table when fast-import terminates.Shawn O. Pearce
2007-01-14Account for tree entry memory costs in fast-import.Shawn O. Pearce
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