summaryrefslogtreecommitdiff
path: root/builtin/pack-objects.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | builtin/pack-objects.c: ensure included `--stdin-packs` existTaylor Blau2022-05-241-15/+20
| * | builtin/pack-objects.c: avoid redundant NULL checkTaylor Blau2022-05-241-2/+0
* | | Merge branch 'ds/partial-bundle-more'Junio C Hamano2022-04-041-19/+36
|\ \ \ | | |/ | |/|
| * | pack-objects: lazily set up "struct rev_info", don't leakÆvar Arnfjörð Bjarmason2022-03-281-5/+23
| * | pack-objects: parse --filter directly into revs.filterDerrick Stolee2022-03-231-6/+2
| * | pack-objects: move revs out of get_object_list()Derrick Stolee2022-03-231-15/+18
* | | Merge branch 'ns/core-fsyncmethod'Junio C Hamano2022-03-251-7/+17
|\ \ \ | |/ / |/| |
| * | core.fsync: introduce granular fsync control infrastructureNeeraj Singh2022-03-101-7/+17
* | | Merge branch 'ds/partial-bundles'Junio C Hamano2022-03-211-4/+5
|\ \ \
| * | | list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-3/+3
| * | | pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-1/+1
| * | | pack-objects: use rev.filter when possibleDerrick Stolee2022-03-091-2/+3
* | | | Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-161-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-251-1/+1
| | |/ | |/|
* | | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-1/+1
| |/
* | checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin2022-02-081-3/+5
|/