summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-05Merge branch 'jk/nth-packed-object-id'Junio C Hamano1-23/+25
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano1-3/+3
2020-02-24pack-objects: use object_id struct in pack-reuse codeJeff King1-4/+5
2020-02-24pack-objects: convert oe_set_delta_ext() to use object_idJeff King1-1/+1
2020-02-24pack-objects: read delta base oid into object_id structJeff King1-17/+18
2020-02-24nth_packed_object_oid(): use customary integer returnJeff King1-2/+2
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano1-1/+2
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano1-49/+194
2020-02-14pack-objects: support filters with bitmapsJeff King1-2/+1
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King1-1/+1
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King1-1/+2
2020-01-31streaming: allow open_istream() to handle any repoMatheus Tavares1-1/+2
2020-01-23pack-objects: add checks for duplicate objectsJeff King1-1/+7
2020-01-23pack-objects: improve partial packfile reuseJeff King1-44/+170
2020-01-23builtin/pack-objects: introduce obj_is_packed()Jeff King1-2/+7
2020-01-23pack-objects: introduce pack.allowPackReuseJeff King1-1/+7
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-09-30Merge branch 'jk/misc-uninitialized-fixes'Junio C Hamano1-19/+14
2019-09-18Merge branch 'jk/drop-release-pack-memory'Junio C Hamano1-11/+0
2019-09-13builtin/pack-objects: report reused packfile objectsJeff King1-2/+4
2019-09-09Merge branch 'ds/feature-macros'Junio C Hamano1-4/+4
2019-09-06pack-objects: drop packlist index_pos optimizationJeff King1-19/+14
2019-09-06pack-objects: use object_id in packlist_alloc()Jeff King1-1/+1
2019-08-13repo-settings: consolidate some config settingsDerrick Stolee1-4/+4
2019-08-13packfile: drop release_pack_memory()Jeff King1-11/+0
2019-07-31repack: silence warnings when auto-enabled bitmaps cannot be builtJeff King1-5/+16
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano1-1/+2
2019-07-09Merge branch 'jk/oidhash'Junio C Hamano1-10/+11
2019-07-09Merge branch 'jk/delta-islands-progress-fix'Junio C Hamano1-1/+1
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy1-1/+2
2019-06-20delta-islands: respect progress flagJeff King1-1/+1
2019-06-20object: convert lookup_unknown_object() to use object_idJeff King1-1/+1
2019-06-20pack-objects: convert packlist_find() to use object_idJeff King1-9/+10
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano1-4/+4
2019-05-19Merge branch 'ds/midx-too-many-packs'Junio C Hamano1-1/+1
2019-05-13Merge branch 'ew/repack-with-bitmaps-by-default'Junio C Hamano1-1/+1
2019-05-13pack-objects: drop unused rev_info parametersJeff King1-4/+4
2019-05-09Merge branch 'jk/pack-objects-reports-num-objects-to-trace2'Junio C Hamano1-0/+2
2019-05-07midx: pass a repository pointerDerrick Stolee1-1/+1
2019-04-12pack-objects: write objects packed to trace2Jonathan Tan1-0/+2
2019-04-01pack-bitmap: switch hash tables to use struct object_idbrian m. carlson1-3/+3
2019-03-18pack-objects: default to writing bitmap hash-cacheJeff King1-1/+1
2019-02-22trace2:data: pack-objects: add trace2 regionsDerrick Stolee1-1/+15
2019-02-06Merge branch 'sl/const'Junio C Hamano1-7/+7
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano1-2/+2
2019-02-06Merge branch 'ds/push-sparse-tree-walk'Junio C Hamano1-1/+9
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+1
2019-02-05Merge branch 'ph/pack-objects-mutex-fix'Junio C Hamano1-17/+10
2019-02-04various: tighten constness of some local variablesShahzad Lone1-7/+7
2019-01-29Merge branch 'bc/tree-walk-oid'Junio C Hamano1-2/+2