summaryrefslogtreecommitdiffstats
path: root/builtin/multi-pack-index.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-0/+1
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-0/+1
* | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+2
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-1/+0
|/
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* abspath.h: move absolute path functions from cache.hElijah Newren2023-03-211-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* multi-pack-index: avoid writing to global in option callbackJeff King2022-10-061-3/+4
* Merge branch 'ab/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\
| * git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* | Merge branch 'jk/unused-annotation'Junio C Hamano2022-09-141-1/+1
|\|
| * config: mark unused callback parametersJeff King2022-08-191-1/+1
* | Merge branch 'ac/bitmap-lookup-table'Junio C Hamano2022-09-061-0/+7
|\ \
| * | pack-bitmap-write: learn pack.writeBitmapLookupTable and add testsAbhradeep Chakraborty2022-08-261-0/+7
| |/
* | pass subcommand "prefix" arguments to parse_options()Jeff King2022-08-251-4/+4
* | builtin/multi-pack-index.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-29/+22
|/
* multi-pack-index: simplify handling of unknown --optionsSZEDER Gábor2022-07-101-4/+4
* multi-pack-index: use --object-dir real pathDerrick Stolee2022-04-251-11/+34
* builtin/multi-pack-index.c: don't leak concatenated optionsTaylor Blau2021-10-291-0/+4
* Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-191-2/+34
|\
| * midx: preliminary support for `--refs-snapshot`Taylor Blau2021-09-291-3/+8
| * builtin/multi-pack-index.c: support `--stdin-packs` modeTaylor Blau2021-09-291-0/+27
* | Merge branch 'tb/midx-write-propagate-namehash'Junio C Hamano2021-10-111-0/+21
|\ \
| * | midx.c: respect 'pack.writeBitmapHashcache' when writing bitmapsTaylor Blau2021-09-151-0/+21
| |/
* | Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano2021-10-061-5/+26
|\ \
| * | builtin/multi-pack-index.c: disable top-level --[no-]progressTaylor Blau2021-09-221-5/+26
* | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-211-0/+2
|\ \ \ | |/ / |/| / | |/
| * pack-bitmap: write multi-pack bitmapsTaylor Blau2021-09-011-0/+2
* | multi-pack-index: refactor "goto usage" patternÆvar Arnfjörð Bjarmason2021-08-311-6/+5
|/
* multi-pack-index: fix potential segfault without sub-commandTaylor Blau2021-07-201-1/+1
* midx: allow marking a pack as preferredTaylor Blau2021-04-011-3/+16
* builtin/multi-pack-index.c: display usage on unrecognized commandTaylor Blau2021-03-301-4/+7
* builtin/multi-pack-index.c: don't enter bogus cmd_modeTaylor Blau2021-03-301-2/+8
* builtin/multi-pack-index.c: split sub-commandsTaylor Blau2021-03-301-25/+105
* builtin/multi-pack-index.c: define common usage with a macroTaylor Blau2021-03-301-1/+16
* builtin/multi-pack-index.c: don't handle 'progress' separatelyTaylor Blau2021-03-301-5/+3
* builtin/multi-pack-index.c: inline 'flags' with optionsTaylor Blau2021-03-301-7/+6
* multi-pack-index: add [--[no-]progress] option.William Baker2019-10-231-5/+13
* midx: add MIDX_PROGRESS flagWilliam Baker2019-10-231-4/+4
* multi-pack-index: prepare 'repack' subcommandDerrick Stolee2019-06-111-2/+10
* multi-pack-index: prepare for 'expire' subcommandDerrick Stolee2019-06-111-1/+3
* midx: pass a repository pointerDerrick Stolee2019-05-071-1/+1
* trace2:data: add trace2 data to midxJeff Hostetler2019-03-221-0/+3
* multi-pack-index: add 'verify' verbDerrick Stolee2018-09-171-1/+3
* multi-pack-index: provide more helpful usage infoDerrick Stolee2018-08-211-8/+8
* multi-pack-index: add 'write' verbDerrick Stolee2018-07-201-2/+15
* multi-pack-index: add builtinDerrick Stolee2018-07-201-0/+34