summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2012-07-22Merge branch 'jc/sha1-name-more'Junio C Hamano
2012-07-09revision.c: allow handle_revision_arg() to take other flagsJunio C Hamano
2012-05-29pack-objects: use streaming interface for reading large loose blobsNguyễn Thái Ngọc Duy
2012-05-18pack-objects: refactor write_object() into helper functionsNguyễn Thái Ngọc Duy
2012-05-18pack-objects, streaming: turn "xx >= big_file_threshold" to ".. > .."Nguyễn Thái Ngọc Duy
2012-04-11gc: do not explode objects which will be immediately prunedJeff King
2012-02-27pack-objects: Fix compilation with NO_PTHREDSMichał Kiedrowicz
2012-02-01pack-objects: convert to use parse_options()Nguyễn Thái Ngọc Duy
2012-02-01pack-objects: remove bogus commentNguyễn Thái Ngọc Duy
2012-02-01pack-objects: do not accept "--index-version=version,"Nguyễn Thái Ngọc Duy
2012-01-13Merge branch 'maint'Junio C Hamano
2012-01-13Merge branch 'maint-1.7.7' into maintJunio C Hamano
2012-01-13Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano
2012-01-13thin-pack: try harder to use preferred base objects as baseJeff King
2011-12-17Merge branch 'jc/stream-to-pack'Junio C Hamano
2011-12-14Merge branch 'jc/maint-pack-object-cycle' into maintJunio C Hamano
2011-12-14Merge branch 'nd/misc-cleanups' into maintJunio C Hamano
2011-12-05Merge branch 'jc/maint-pack-object-cycle'Junio C Hamano
2011-12-05Merge branch 'nd/misc-cleanups'Junio C Hamano
2011-12-01bulk-checkin: replace fast-import based implementationJunio C Hamano
2011-11-17pack-object: tolerate broken packs that have duplicated objectsJunio C Hamano
2011-11-01Merge branch 'dm/pack-objects-update'Junio C Hamano
2011-10-28finish_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28create_tmp_packfile(): a helper functionJunio C Hamano
2011-10-28write_pack_header(): a helper functionJunio C Hamano
2011-10-27tree-walk.c: do not leak internal structure in tree_entry_len()Nguyễn Thái Ngọc Duy
2011-10-21Merge branch 'jk/maint-pack-objects-compete-with-delete'Junio C Hamano
2011-10-21pack-objects: don't traverse objects unnecessarilyDan McGee
2011-10-18pack-objects: rewrite add_descendants_to_write_order() iterativelyDan McGee
2011-10-18pack-objects: use unsigned int for counter and offset valuesDan McGee
2011-10-18pack-objects: mark add_to_write_order() as inlineDan McGee
2011-10-14downgrade "packfile cannot be accessed" errors to warningsJeff King
2011-10-14pack-objects: protect against disappearing packsJeff King
2011-10-05Merge branch 'jc/fetch-verify'Junio C Hamano
2011-09-01list-objects: pass callback data to show_objects()Junio C Hamano
2011-08-18Merge branch 'mh/check-attr-relative'Junio C Hamano
2011-08-05Merge branch 'jc/pack-order-tweak'Junio C Hamano
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-07-19Merge branch 'jc/index-pack'Junio C Hamano
2011-07-08pack-objects: optimize "recency order"Junio C Hamano
2011-06-10zlib: zlib can only process 4GB at a timeJunio C Hamano
2011-06-10zlib: wrap deflateBound() tooJunio C Hamano
2011-06-10zlib: wrap deflate side of the APIJunio C Hamano
2011-04-06Teach core.bigfilethreashold to pack-objectsJunio C Hamano
2011-02-28write_idx_file: introduce a struct to hold idx customization optionsJunio C Hamano
2010-12-10thread-utils.h: simplify the inclusionJunio C Hamano
2010-12-04Merge branch 'jn/thinner-wrapper'Junio C Hamano
2010-11-10pack-objects: mark file-local variable staticJonathan Nieder
2010-10-22make pack-objects a bit more resilient to repo corruptionNicolas Pitre
2010-10-08Put a space between `<' and argument in pack-objects usage stringŠtěpán Němec