summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* attr: teach "--attr-source=<tree>" global option to "git"John Cai2023-05-061-1/+1
* Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-271-2/+3
|\
| * t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau2023-04-131-2/+2
| * config: enable `pack.writeReverseIndex` by defaultTaylor Blau2023-04-131-0/+1
* | Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-251-5/+5
|\ \
| * | pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt2023-04-141-5/+3
| * | pack-objects: fix error when packing same pack twicePatrick Steinhardt2023-04-141-0/+2
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-0/+1
|\ \ \ | |_|/ |/| |
| * | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-8/+16
| |\ \
* | \ \ Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-0/+3
|\ \ \ \ | |/ / /
| * | | environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren2023-03-211-0/+1
| * | | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | | | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-8/+16
|\ \ \ \ | | |/ / | |/| |
| * | | cocci: apply the "promisor-remote.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * | | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-7/+15
| | |/ | |/|
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-12/+14
|\ \
| * | for_each_object: mark unused callback parametersJeff King2023-02-241-7/+8
| * | list-objects: mark unused callback parametersJeff King2023-02-241-5/+6
| |/
* | replace-object.h: move read_replace_refs declaration from cache.h to hereElijah Newren2023-02-231-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-231-1/+1
|/
* Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-151-8/+5
|\
| * pack-objects: use strcspn(3) in name_cmp_len()René Scharfe2023-02-061-8/+5
* | Merge branch 'ew/free-island-marks'Junio C Hamano2023-02-091-1/+3
|\ \
| * | delta-islands: free island_marks and bitmapsEric Wong2023-02-031-1/+3
| |/
* | attr: add flag `--source` to work with tree-ishKarthik Nayak2023-01-141-1/+1
* | pack-objects: simplify --filter handlingRené Scharfe2022-11-301-22/+6
* | pack-objects: fix handling of multiple --filter optionsRené Scharfe2022-11-301-1/+2
|/
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-2/+2
|\
| * doc txt & -h consistency: use "<options>", not "<options>..."Ævar Arnfjörð Bjarmason2022-10-131-2/+2
* | Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-6/+6
|\ \
| * | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-6/+6
* | | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-5/+7
|\ \ \ | |/ / | | / | |/ |/|
| * refs: mark unused each_ref_fn parametersJeff King2022-08-191-5/+7
* | pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty2022-08-261-0/+8
|/
* i18n: fix mismatched camelCase config variablesJiang Xin2022-06-171-1/+1
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-0/+2
|\
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+2
* | Merge branch 'tb/cruft-packs'Junio C Hamano2022-06-031-13/+291
|\ \
| * | builtin/pack-objects.c: --cruft with expirationTaylor Blau2022-05-261-1/+83
| * | reachable: add options to add_unseen_recent_objects_to_traversalTaylor Blau2022-05-261-1/+1
| * | builtin/pack-objects.c: --cruft without expirationTaylor Blau2022-05-261-4/+197
| * | builtin/pack-objects.c: return from create_object_entry()Taylor Blau2022-05-261-7/+9
| * | pack-write: pass 'struct packing_data' to 'stage_tmp_packfiles'Taylor Blau2022-05-261-1/+2
* | | Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano2022-06-031-17/+26
|\ \ \ | |/ / |/| |
| * | builtin/pack-objects.c: ensure pack validity from MIDX bitmap objectsTaylor Blau2022-05-241-0/+6