summaryrefslogtreecommitdiffstats
path: root/builtin/pack-objects.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pack-objects: allow `--filter` without `--stdout`Christian Couder2023-10-021-6/+2
* Merge branch 'jk/unused-post-2.42-part2'Junio C Hamano2023-09-131-12/+15
|\
| * parse-options: mark unused "opt" parameter in callbacksJeff King2023-09-051-3/+3
| * parse-options: prefer opt->value to globals in callbacksJeff King2023-09-051-9/+12
* | builtin/pack-objects.c: support `--max-pack-size` with `--cruft`Taylor Blau2023-08-291-3/+1
* | builtin/pack-objects.c: remove unnecessary strbuf_reset()Taylor Blau2023-08-291-1/+0
|/
* Merge branch 'rs/pack-objects-parseopt-fix'Junio C Hamano2023-07-281-4/+17
|\
| * pack-objects: fix --no-quietRené Scharfe2023-07-211-2/+15
| * pack-objects: fix --no-keep-true-parentsRené Scharfe2023-07-211-2/+2
* | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-2/+0
|\ \
| * | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
| * | treewide: remove unnecessary includes for wrapper.hCalvin Wan2023-07-051-1/+0
* | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-9/+10
|\ \ \ | |/ / |/| |
| * | config: pass kvi to die_bad_number()Glen Choo2023-06-281-7/+7
| * | config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \ \ | |/ / |/| |
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/
* | Merge branch 'ds/disable-replace-refs'Junio C Hamano2023-06-231-1/+1
|\ \ | |/ |/|
| * repository: create disable_replace_refs()Derrick Stolee2023-06-121-1/+1
* | 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-281-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-241-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+1
|/
* Merge branch 'rs/size-t-fixes'Junio C Hamano2023-02-161-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-041-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