summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
AgeCommit message (Expand)Author
2020-08-19Merge branch 'jc/object-names-are-not-sha-1'Junio C Hamano
2020-08-14messages: avoid SHA-1 in end-user facing messagesJunio C Hamano
2020-08-13Merge branch 'jt/has_object'Junio C Hamano
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-08-06pack-objects: no fetch when allow-{any,promisor}Jonathan Tan
2020-07-31strvec: rename struct fieldsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-07-21pack-objects: prefetch objects to be packedJonathan Tan
2020-07-21pack-objects: refactor to oid_object_info_extendedJonathan Tan
2020-06-11upload-pack: send part of packfile response as uriJonathan Tan
2020-05-13Merge branch 'tb/shallow-cleanup'Junio C Hamano
2020-04-30shallow: extract a header file for shallow-related functionsTaylor Blau
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-22Merge branch 'jk/oid-array-cleanups'Junio C Hamano
2020-03-30oid_array: rename source file from sha1-arrayJeff King
2020-03-29Merge branch 'ds/default-pack-use-sparse-to-true'Junio C Hamano
2020-03-27Merge branch 'bc/sha-256-part-1-of-4'Junio C Hamano
2020-03-20pack-objects: flip the use of GIT_TEST_PACK_SPARSEDerrick Stolee
2020-03-05Merge branch 'jk/nth-packed-object-id'Junio C Hamano
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King
2020-02-24pack-objects: read delta base oid into object_id structJeff King
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King
2020-02-24builtin/pack-objects: make hash agnosticbrian m. carlson
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-02-14pack-objects: support filters with bitmapsJeff King
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares
2020-01-23pack-objects: add checks for duplicate objectsJeff King
2020-01-23pack-objects: improve partial packfile reuseJeff King
2020-01-23builtin/pack-objects: introduce obj_is_packed()Jeff King
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King
2019-11-10Fix spelling errors in code commentsElijah Newren
2019-09-30Merge branch 'jk/misc-uninitialized-fixes'Junio C Hamano
2019-09-18Merge branch 'jk/drop-release-pack-memory'Junio C Hamano
2019-09-13builtin/pack-objects: report reused packfile objectsJeff King
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King
2019-09-06pack-objects: use object_id in packlist_alloc()Jeff King
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee
2019-08-13packfile: drop release_pack_memory()Jeff King
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano
2019-07-09Merge branch 'jk/delta-islands-progress-fix'Junio C Hamano
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy