aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano1-2/+3
2023-04-25Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano1-5/+5
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano1-0/+1
2023-04-14pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt1-5/+3
2023-04-14pack-objects: fix error when packing same pack twicePatrick Steinhardt1-0/+2
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau1-2/+2
2023-04-13config: enable `pack.writeReverseIndex` by defaultTaylor Blau1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano1-0/+3
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano1-8/+16
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-8/+16
2023-03-30Merge branch 'sg/parse-options-h-users'Junio C Hamano1-0/+1
2023-03-28cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-7/+15
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-20treewide: include parse-options.h in source filesSZEDER Gábor1-0/+1
2023-03-17Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano1-12/+14
2023-02-24for_each_object: mark unused callback parametersJeff King1-7/+8
2023-02-24list-objects: mark unused callback parametersJeff King1-5/+6
2023-02-23replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+1
2023-02-15Merge branch 'rs/size-t-fixes'Junio C Hamano1-8/+5
2023-02-09Merge branch 'ew/free-island-marks'Junio C Hamano1-1/+3
2023-02-06pack-objects: use strcspn(3) in name_cmp_len()René Scharfe1-8/+5
2023-02-03delta-islands: free island_marks and bitmapsEric Wong1-1/+3
2023-01-14attr: add flag `--source` to work with tree-ishKarthik Nayak1-1/+1
2022-11-30pack-objects: simplify --filter handlingRené Scharfe1-22/+6
2022-11-30pack-objects: fix handling of multiple --filter optionsRené Scharfe1-1/+2
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-2/+2
2022-10-13doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason1-2/+2
2022-09-14Merge branch 'ab/unused-annotation'Junio C Hamano1-6/+6
2022-09-14Merge branch 'jk/unused-annotation'Junio C Hamano1-5/+7
2022-09-01git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason1-6/+6
2022-08-26pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty1-0/+8
2022-08-19refs: mark unused each_ref_fn parametersJeff King1-5/+7
2022-06-17i18n: fix mismatched camelCase config variablesJiang Xin1-1/+1
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-0/+2
2022-06-03Merge branch 'tb/cruft-packs'Junio C Hamano1-13/+291
2022-06-03Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano1-17/+26
2022-05-26builtin/pack-objects.c: --cruft with expirationTaylor Blau1-1/+83
2022-05-26reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau1-1/+1
2022-05-26builtin/pack-objects.c: --cruft without expirationTaylor Blau1-4/+197
2022-05-26builtin/pack-objects.c: return from create_object_entry()Taylor Blau1-7/+9
2022-05-26pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau1-1/+2
2022-05-24builtin/pack-objects.c: ensure pack validity from MIDX bitmap objectsTaylor Blau1-0/+6
2022-05-24builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau1-15/+20
2022-05-24builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau1-2/+0