294 Commits (dc347195ccfbc87b6e445f5c31a5500e1df6c9b5)

Author SHA1 Message Date
Dmitry Ivankov 6c447f633c fast-import: allow to tag newly created objects 14 years ago
Dmitry Ivankov 2efe38e7da fast-import: add tests for tagging blobs 14 years ago
Dmitry Ivankov a7e9c34126 fast-import: treat cat-blob as a delta base hint for next blob 14 years ago
Dmitry Ivankov 94c3b48247 fast-import: count and report # of calls to diff_delta in stats 14 years ago
Dmitry Ivankov 8fb3ad76b1 fast-import: prevent producing bad delta 14 years ago
Dmitry Ivankov 4b4963c0e1 fast-import: check committer name more strictly 14 years ago
Dmitry Ivankov 17fb00721b fast-import: don't fail on omitted committer name 14 years ago
Sverre Rabbelier be56862f19 fast-import: introduce 'done' command 14 years ago
Junio C Hamano ef49a7a012 zlib: zlib can only process 4GB at a time 14 years ago
Junio C Hamano 225a6f1068 zlib: wrap deflateBound() too 14 years ago
Junio C Hamano 55bb5c9147 zlib: wrap deflate side of the API 14 years ago
Sverre Rabbelier 4cce4ef2d5 fast-import: fix option parser for no-arg options 14 years ago
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Stephen Boyd c2e86addb8 Fix sparse warnings 14 years ago
Jonathan Nieder 9cba13ca5d standardize brace placement in struct definitions 14 years ago
Shawn O. Pearce d131b7afea sha1_file.c: Don't retain open fds on small packs 14 years ago
Jonathan Nieder 6288e3e180 fast-import: make code "-Wpointer-arith" clean 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
David Barr 8dc6a373d2 fast-import: add 'ls' command 14 years ago
Jonathan Nieder 547e8b9205 fast-import: introduce "feature notes" command 14 years ago
Jonathan Nieder 8fe533f686 fast-import: treat filemodify with empty tree as delete 14 years ago
Ramkumar Ramachandra dded4f12a4 fast-import: Introduce --import-marks-if-exists 14 years ago
Jonathan Nieder 777f80d742 fast-import: Allow cat-blob requests at arbitrary points in stream 15 years ago
David Barr 85c62395b1 fast-import: let importers retrieve blobs 15 years ago
Jonathan Nieder a9ff277e58 fast-import: stricter parsing of integer options 15 years ago
Jonathan Nieder dc01f59d21 fast-import: treat SIGUSR1 as a request to access objects early 15 years ago
David Barr b7c1ce4f14 fast-import: insert new object entries at start of hash bucket 15 years ago
Jonathan Nieder b21241253b fast-import: do not clear notes in do_change_note_fanout() 15 years ago
Jonathan Nieder 3421578393 fast-import: tighten M 040000 syntax 15 years ago
Jonathan Nieder 5edde51018 fast-import: filemodify after M 040000 <tree> "" crashes 15 years ago
David Barr 2794ad5244 fast-import: Allow filemodify to set the root 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 years ago
Joshua Jensen 50906e04e8 Support case folding in git fast-import when core.ignorecase=true 15 years ago
Raja R Harinath 7e7db5e452 fast-import: export correctly marks larger than 2^20-1 15 years ago
Elijah Newren 253fb5f889 fast-import: Improve robustness when D->F changes provided in wrong order 15 years ago
Jonathan Nieder 334fba656b Teach fast-import to import subtrees named by tree id 15 years ago
Thomas Rast 3e333036cc fast-import: die_nicely() back to vsnprintf (reverts part of ebaa79f) 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Sverre Rabbelier 580d5f83e7 fast-import: always create marks_file directories 15 years ago
Johannes Sixt ebaa79f462 Make report() from usage.c public as vreportf() and use it. 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nicolas Pitre b500d5e11e fast-import: use the diff_delta() max_delta_size argument 15 years ago
Nicolas Pitre 8c2ca8dd8a fast-import: honor pack.indexversion and pack.packsizelimit config vars 15 years ago
Nicolas Pitre 89e0a3a131 fast-import: make default pack size unlimited 15 years ago
Nicolas Pitre 427cb22c40 fast-import: use write_idx_file() instead of custom code 15 years ago
Nicolas Pitre 212818160d fast-import: use sha1write() for pack data 15 years ago
Nicolas Pitre 3fc366bdbb fast-import: start using struct pack_idx_entry 15 years ago
Junio C Hamano 4d0cc22437 fast-import: count --max-pack-size in bytes 15 years ago
Junio C Hamano 76ea93ccb5 fast-import.c: Fix big-file-threshold parsing bug 15 years ago
Shawn O. Pearce 5eef828bc0 fast-import: Stream very large blobs directly to pack 15 years ago