195 Commits (431b1969fcde69959a23355fba6894fb69c8fa0c)

Author SHA1 Message Date
Shawn O. Pearce e7d06a4b70 Remove unnecessary null pointer checks in fast-import. 18 years ago
Shawn O. Pearce e5b1444b96 Correct minor style issue in fast-import. 18 years ago
Shawn O. Pearce 10e8d68820 Correct compiler warnings in fast-import. 18 years ago
Shawn O. Pearce 0b868e0240 Remove --branch-log from fast-import. 18 years ago
Shawn O. Pearce 6c3aac1c69 Don't support shell-quoted refnames in fast-import. 18 years ago
Shawn O. Pearce 10831c5513 Reduce memory usage of fast-import. 18 years ago
Shawn O. Pearce 8c1f22da9f Include checkpoint command in the BNF. 18 years ago
Shawn O. Pearce b715cfbba4 Accept 'inline' file data in fast-import commit structure. 18 years ago
Shawn O. Pearce 3b4dce0275 Support delimited data regions in fast-import. 18 years ago
Shawn O. Pearce e5808826c4 Remove unnecessary options from fast-import. 18 years ago
Shawn O. Pearce ebea9dd4f1 Use fixed-size integers when writing out the index in fast-import. 18 years ago
Shawn O. Pearce 566f44252b Always use struct pack_header for pack header in fast-import. 18 years ago
Shawn O. Pearce 69e74e7412 Correct packfile edge output in fast-import. 18 years ago
Shawn O. Pearce fd99224eec Declare no-arg functions as (void) in fast-import. 18 years ago
Shawn O. Pearce 6f64f6d9d2 Correct a few types to be unsigned in fast-import. 18 years ago
Shawn O. Pearce 2104838bf9 Corrected BNF input documentation for fast-import. 18 years ago
Shawn O. Pearce 2369ed7907 Print out the edge commits for each packfile in fast-import. 18 years ago
Shawn O. Pearce a7ddc48765 Correct object_count type and stat output in fast-import. 18 years ago
Shawn O. Pearce eec11c2484 Correct max_packsize default in fast-import. 18 years ago
Shawn O. Pearce 0fcbcae753 Remove unnecessary pack_fd global in fast-import. 18 years ago
Shawn O. Pearce 1280158738 Ensure we close the packfile after creating it in fast-import. 18 years ago
Shawn O. Pearce 8455e48476 Use .keep files in fast-import during processing. 18 years ago
Shawn O. Pearce 09543c96bb Reuse sha1 in packed_git in fast-import. 18 years ago
Shawn O. Pearce 6cf0926193 Replace redundant yread() with read_in_full() in fast-import. 18 years ago
Shawn O. Pearce 0ea9f045f4 Use uintmax_t for marks in fast-import. 18 years ago
Shawn O. Pearce 5d6f3ef641 Corrected buffer overflow during automatic checkpoint in fast-import. 18 years ago
Shawn O. Pearce 9d1b1b5ed7 Print the packfile names to stdout from fast-import. 18 years ago
Shawn O. Pearce d9ee53ce45 Implemented automatic checkpoints within fast-import. 18 years ago
Shawn O. Pearce 2fce1f3c86 Optimize index creation on large object sets in fast-import. 18 years ago
Shawn O. Pearce 3e005baf85 Don't create a final empty packfile in fast-import. 18 years ago
Shawn O. Pearce 7bfe6e2613 Implemented manual packfile switching in fast-import. 18 years ago
Shawn O. Pearce 80144727ac Remove unnecessary duplicate_count in fast-import. 18 years ago
Shawn O. Pearce f70b653429 Restructure fast-import to support creating multiple packfiles. 18 years ago
Shawn O. Pearce 03842d8e24 Misc. type cleanups within fast-import. 18 years ago
Shawn O. Pearce d489bc1491 Improve reuse of sha1_file library within fast-import. 18 years ago
Shawn O. Pearce 9938ffc53a Allow creating branches without committing in fast-import. 18 years ago
Shawn O. Pearce 62b6f48388 Support creation of merge commits in fast-import. 18 years ago
Shawn O. Pearce cacbdd0afb Fix repository corruption when using marks for modified blobs. 18 years ago
Shawn O. Pearce 8a8c55ea70 Additional fast-import tree delta corruption cleanups. 18 years ago
Shawn O. Pearce b54d6422b1 Correct tree corruption problems in fast-import. 18 years ago
Shawn O. Pearce 23bc886c96 Replace ywrite in fast-import with the standard write_or_die. 18 years ago
Shawn O. Pearce 243f801d1d Reuse the same buffer for all commits/tags in fast-import. 18 years ago
Shawn O. Pearce e2eb469d1f Recycle data buffers for tree generation in fast-import. 18 years ago
Shawn O. Pearce 4cabf8583f Implemented tree delta compression in fast-import. 18 years ago
Shawn O. Pearce 445b85999a Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr. 18 years ago
Shawn O. Pearce 08d7e892a7 Don't crash fast-import if no branch log was requested. 18 years ago
Shawn O. Pearce 5fced8dc6f Added 'reset' command to clear a branch's tree. 18 years ago
Shawn O. Pearce 53dbce78a2 Map only part of the generated pack file at any point in time. 18 years ago
Shawn O. Pearce 35ef237cf6 Fixed compile error in fast-import. 18 years ago
Shawn O. Pearce 2eb26d8454 Fixed GPF in fast-import caused by unterminated linked list. 18 years ago