59 Commits (51f3145c2834c8f1d94c5b7cf3790baf74b9f521)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 4c6881204b i18n: pack-objects: mark parseopt strings for translation 13 years ago
Junio C Hamano 8e676e8ba5 revision.c: allow handle_revision_arg() to take other flags 13 years ago
Nguyễn Thái Ngọc Duy cf2ba13ac6 pack-objects: use streaming interface for reading large loose blobs 13 years ago
Nguyễn Thái Ngọc Duy c9018b0305 pack-objects: refactor write_object() into helper functions 13 years ago
Nguyễn Thái Ngọc Duy 754980d023 pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .." 13 years ago
Jeff King 7e52f5660e gc: do not explode objects which will be immediately pruned 13 years ago
Michał Kiedrowicz 2b34e486bc pack-objects: Fix compilation with NO_PTHREDS 13 years ago
Nguyễn Thái Ngọc Duy 99fb6e04cb pack-objects: convert to use parse_options() 13 years ago
Nguyễn Thái Ngọc Duy 3a2ec52e99 pack-objects: remove bogus comment 13 years ago
Nguyễn Thái Ngọc Duy 6a301345a5 pack-objects: do not accept "--index-version=version," 13 years ago
Jeff King 15f07e061e thin-pack: try harder to use preferred base objects as base 13 years ago
Junio C Hamano 568508e765 bulk-checkin: replace fast-import based implementation 13 years ago
Junio C Hamano f63c79dbc8 pack-object: tolerate broken packs that have duplicated objects 13 years ago
Junio C Hamano 0e990530ae finish_tmp_packfile(): a helper function 13 years ago
Junio C Hamano cdf9db3c83 create_tmp_packfile(): a helper function 13 years ago
Junio C Hamano c0ad465725 write_pack_header(): a helper function 13 years ago
Nguyễn Thái Ngọc Duy 0de1633783 tree-walk.c: do not leak internal structure in tree_entry_len() 13 years ago
Dan McGee 38d4debb6d pack-objects: don't traverse objects unnecessarily 13 years ago
Dan McGee f380872f0a pack-objects: rewrite add_descendants_to_write_order() iteratively 14 years ago
Dan McGee 92bef1a14a pack-objects: use unsigned int for counter and offset values 14 years ago
Dan McGee be12681896 pack-objects: mark add_to_write_order() as inline 14 years ago
Jeff King 58a6a9cc43 downgrade "packfile cannot be accessed" errors to warnings 14 years ago
Jeff King 4c08018204 pack-objects: protect against disappearing packs 14 years ago
Junio C Hamano 4947367267 list-objects: pass callback data to show_objects() 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Junio C Hamano 1b4bb16b9e pack-objects: optimize "recency order" 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
Junio C Hamano 15366280c2 Teach core.bigfilethreashold to pack-objects 14 years ago
Junio C Hamano ebcfb3791a write_idx_file: introduce a struct to hold idx customization options 14 years ago
Junio C Hamano b361888dd5 thread-utils.h: simplify the inclusion 14 years ago
Jonathan Nieder bc9b21755e pack-objects: mark file-local variable static 14 years ago
Nicolas Pitre 71064a956b make pack-objects a bit more resilient to repo corruption 15 years ago
Štěpán Němec 884220653f Put a space between `<' and argument in pack-objects usage string 15 years ago
Štěpán Němec 0adda9362a Use parentheses and `...' where appropriate 15 years ago
Štěpán Němec 62b4698e55 Use angles for placeholders consistently 15 years ago
Erik Faye-Lund c03c83152d do not depend on signed integer overflow 15 years ago
Johannes Schindelin 8695353147 Fix typo in pack-objects' usage 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael Lukashov 1b22b6c897 refactor duplicated encode_header in pack-objects and fast-import 15 years ago
Nicolas Pitre 720c9f7bda Revert "pack-objects: fix pack generation when using pack_size_limit" 15 years ago
Nicolas Pitre 07cf0f2407 make --max-pack-size argument to 'git pack-object' count in bytes 15 years ago
Nicolas Pitre a2430dde8c pack-objects: fix pack generation when using pack_size_limit 15 years ago
Dan McGee 7eb151d6e2 Make NO_PTHREADS the sole thread configuration variable 15 years ago
Linus Torvalds 3bb7256281 make "index-pack" a built-in 15 years ago
Junio C Hamano 7fb0eaa289 git_attr(): fix function signature 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago
Nicolas Pitre 4f36627518 pack-objects: split implications of --all-progress from progress activation 15 years ago
Nicolas Pitre ef0555712c pack-objects: move thread autodetection closer to relevant code 15 years ago