6035 Commits (8a8c55ea709d26ca397d6588e85579339885f507)
 

Author SHA1 Message Date
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
Shawn O. Pearce 264244a042 Added --branch-log to option to fast-import. 18 years ago
Shawn O. Pearce a6a1a831d9 Added option to export the marks table when fast-import terminates. 18 years ago
Shawn O. Pearce 8435a9cb26 Account for tree entry memory costs in fast-import. 18 years ago
Shawn O. Pearce 02f3389d96 Moved from command to after data to help cvs2svn. 18 years ago
Shawn O. Pearce 00e2b8842c Remove branch creation command from fast-import. 18 years ago
Shawn O. Pearce 8d8928b051 Round out memory pool allocations in fast-import to pointer sizes. 18 years ago
Shawn O. Pearce 41e5257fcf Implemented tree reloading in fast-import. 18 years ago
Shawn O. Pearce 72303d44e9 Implemented 'tag' command in fast-import. 18 years ago
Shawn O. Pearce d6c7eb2c16 Added branch load counter to fast-import. 18 years ago
Shawn O. Pearce d83971688b Added mark store/find to fast-import. 18 years ago
Shawn O. Pearce d5c57b284e Converted fast-import to accept standard command line parameters. 18 years ago
Shawn O. Pearce afde8dd96d Fixed segfault in fast-import after growing a tree. 18 years ago
Shawn O. Pearce ace4a9d1ae Allow symlink blobs in trees during fast-import. 18 years ago
Shawn O. Pearce c90be46abd Changed fast-import's pack header creation to use pack.h 18 years ago
Shawn O. Pearce c44cdc7eef Converted fast-import to a text based protocol. 18 years ago
Shawn O. Pearce 7111feede9 Implement blob ID validation in fast-import. 18 years ago
Shawn O. Pearce 463acbe1c6 Added tree and commit writing to fast-import. 18 years ago
Shawn O. Pearce 6bb5b3291d Implemented branch handling and basic tree support in fast-import. 18 years ago
Shawn O. Pearce 6143f0644e Added basic command handler to fast-import. 18 years ago
Shawn O. Pearce ac47a738a7 Refactored fast-import's internals for future additions. 18 years ago
Shawn O. Pearce 27d6d29035 Cleaned up memory allocation for object_entry structs. 18 years ago
Shawn O. Pearce 8bcce30126 Added automatic index generation to fast-import. 18 years ago
Shawn O. Pearce db5e523fdd Created fast-import, a tool to quickly generating a pack from blobs. 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 19 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 19 years ago
Pierre Habouzit b05faa2da9 Fix a comparison bug in diff-delta.c 19 years ago
Haavard Skinnemoen 68d42c41ef git-send-email: Don't set author_not_sender from Cc: lines 19 years ago
Shawn Pearce 44c10841ea Remove unnecessary forward declaration of unpack_entry. 19 years ago
Shawn Pearce da7560110f Verify we know how to read a pack before trying to using it. 19 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 19 years ago
Rene Scharfe 3f0073a2fa Axe the last ent 19 years ago
Junio C Hamano e866ffdf9b Merge branch 'maint' 19 years ago
Johannes Schindelin 60a6bf5f53 builtin-mv: readability patch 19 years ago
Johannes Schindelin 6e17886d37 git-mv: fix off-by-one error 19 years ago
Johannes Schindelin c5203bdf66 git-mv: special case destination "." 19 years ago
Johannes Schindelin 43134fcb35 builtin-mv: readability patch 19 years ago
Tilman Sauerbeck 55c3eb434a Indentation fix. 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago