summaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c
AgeCommit message (Expand)AuthorLines
2021-11-01Merge branch 'ab/ignore-replace-while-working-on-commit-graph'Junio C Hamano-1/+1
2021-10-25Merge branch 'ab/parse-options-cleanup'Junio C Hamano-2/+2
2021-10-15commit-graph: don't consider "replace" objects with "verify"Ævar Arnfjörð Bjarmason-1/+1
2021-10-08commit-graph: stop using optname()Ævar Arnfjörð Bjarmason-2/+2
2021-10-06Merge branch 'tb/commit-graph-usage-fix'Junio C Hamano-2/+4
2021-09-20Merge branch 'tb/multi-pack-bitmaps'Junio C Hamano-22/+0
2021-09-20builtin/commit-graph.c: don't accept common --[no-]progressTaylor Blau-2/+4
2021-09-01midx: avoid opening multiple MIDXs when writingTaylor Blau-22/+0
2021-08-30commit-graph: show "unexpected subcommand" errorÆvar Arnfjörð Bjarmason-0/+1
2021-08-30commit-graph: show usage on "commit-graph [write|verify] garbage"Ævar Arnfjörð Bjarmason-0/+4
2021-08-30commit-graph: early exit to "usage" on !argcÆvar Arnfjörð Bjarmason-6/+7
2021-08-30commit-graph: use parse_options_concat()Ævar Arnfjörð Bjarmason-16/+21
2021-08-30commit-graph: remove redundant handling of -hÆvar Arnfjörð Bjarmason-4/+0
2021-08-30commit-graph: define common usage with a macroÆvar Arnfjörð Bjarmason-14/+17
2021-01-06builtin/*: update usage formatZheNing Hu-3/+3
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksJeff King-0/+2
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau-0/+14
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau-2/+25
2020-09-17commit-graph: rename 'split_commit_graph_opts'Taylor Blau-10/+10
2020-09-09commit-graph: pass a 'struct repository *' in more placesTaylor Blau-1/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano-1/+4
2020-07-15Merge branch 'tb/commit-graph-no-check-oids' into masterJunio C Hamano-3/+1
2020-07-15commit-graph: fix "Collecting commits from input" progress lineSZEDER Gábor-3/+1
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee-1/+4
2020-06-17object: drop parsed_object_pool->commit_countAbhishek Kumar-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau-7/+8
2020-05-18builtin/commit-graph.c: dereference tags in builtinTaylor Blau-3/+21
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Taylor Blau-29/+29
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano-2/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano-7/+45
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano-8/+3
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano-1/+1
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau-3/+8
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau-3/+16
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau-0/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau-1/+6
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau-4/+22
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh-1/+2
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh-2/+7
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee-1/+1
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy-1/+4
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau-5/+28
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee-68/+0
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano-1/+0
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor-1/+0
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano-0/+6
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano-5/+14