summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-5/+5
|\
| * doc txt & -h consistency: fix mismatching labelsÆvar Arnfjörð Bjarmason2022-10-131-2/+2
| * doc txt & -h consistency: correct padding around "[]()"Ævar Arnfjörð Bjarmason2022-10-131-1/+1
| * doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-4/+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
* | pass subcommand "prefix" arguments to parse_options()Jeff King2022-08-251-2/+2
* | builtin/commit-graph.c: let parse-options parse subcommandsSZEDER Gábor2022-08-191-17/+13
|/
* commit-graph: fix memory leak in misused string_list APIÆvar Arnfjörð Bjarmason2022-03-041-3/+3
* Merge branch 'ab/ignore-replace-while-working-on-commit-graph'Junio C Hamano2021-11-011-1/+1
|\
| * commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason2021-10-151-1/+1
* | Merge branch 'ab/parse-options-cleanup'Junio C Hamano2021-10-251-2/+2
|\ \
| * | commit-graph: stop using optname()Ævar Arnfjörð Bjarmason2021-10-081-2/+2
* | | Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano2021-10-061-2/+4
|\ \ \ | |/ / |/| |
| * | builtin/commit-graph.c: don't accept common --[no-]progressTaylor Blau2021-09-201-2/+4
* | | Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano2021-09-201-22/+0
|\ \ \ | |/ / |/| |
| * | midx: avoid opening multiple MIDXs when writingTaylor Blau2021-09-011-22/+0
| |/
* | commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason2021-08-301-0/+1
* | commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason2021-08-301-0/+4
* | commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason2021-08-301-6/+7
* | commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason2021-08-301-16/+21
* | commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason2021-08-301-4/+0
* | commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason2021-08-301-14/+17
|/
* builtin/*: update usage formatZheNing Hu2021-01-061-3/+3
* assert PARSE_OPT_NONEG in parse-options callbacksJeff King2020-09-301-0/+2
* commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-181-0/+14
* builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-2/+25
* commit-graph: rename 'split_commit_graph_opts'Taylor Blau2020-09-171-10/+10
* commit-graph: pass a 'struct repository *' in more placesTaylor Blau2020-09-091-1/+1
* Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-1/+4
|\
| * commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-1/+4
* | Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano2020-07-151-3/+1
|\ \
| * | commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor2020-07-151-3/+1
* | | object: drop parsed_object_pool->commit_countAbhishek Kumar2020-06-171-1/+1
|/ /
* | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-7/+8
* | builtin/commit-graph.c: dereference tags in builtinTaylor Blau2020-05-181-3/+21
* | builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau2020-05-181-29/+29
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-2/+8
|\ \ | |/
| * commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh2020-04-061-1/+2
| * commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-061-2/+7
* | Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano2020-05-011-7/+45
|\ \
| * | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-8/+3
| * | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-3/+8
| * | commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau2020-04-151-3/+16
| * | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-0/+2
| * | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-1/+6
| * | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-4/+22
* | | Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano2020-04-281-1/+1
|\ \ \ | |_|/ |/| |