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