summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksLibravatar Jeff King1-0/+2
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Libravatar Taylor Blau1-0/+14
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Libravatar Taylor Blau1-2/+25
2020-09-17commit-graph: rename 'split_commit_graph_opts'Libravatar Taylor Blau1-10/+10
2020-09-09commit-graph: pass a 'struct repository *' in more placesLibravatar Taylor Blau1-1/+1
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterLibravatar Junio C Hamano1-1/+4
2020-07-15Merge branch 'tb/commit-graph-no-check-oids' into masterLibravatar Junio C Hamano1-3/+1
2020-07-15commit-graph: fix "Collecting commits from input" progress lineLibravatar SZEDER Gábor1-3/+1
2020-07-01commit-graph: persist existence of changed-pathsLibravatar Derrick Stolee1-1/+4
2020-06-17object: drop parsed_object_pool->commit_countLibravatar Abhishek Kumar1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagLibravatar Taylor Blau1-7/+8
2020-05-18builtin/commit-graph.c: dereference tags in builtinLibravatar Taylor Blau1-3/+21
2020-05-18builtin/commit-graph.c: extract 'read_one_commit()'Libravatar Taylor Blau1-29/+29
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-2/+8
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Libravatar Junio C Hamano1-7/+45
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Libravatar Junio C Hamano1-8/+3
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Libravatar Junio C Hamano1-1/+1
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-3/+8
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Libravatar Taylor Blau1-3/+16
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-0/+2
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-1/+6
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Libravatar Taylor Blau1-4/+22
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagLibravatar Garima Singh1-1/+2
2020-04-06commit-graph: add --changed-paths option to write subcommandLibravatar Garima Singh1-2/+7
2020-04-01commit-graph: fix buggy --expire-time optionLibravatar Derrick Stolee1-1/+1
2020-03-10real_path: remove unsafe APILibravatar Alexandr Miloslavskiy1-1/+4
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.c: remove path normalization, comparisonLibravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Libravatar Taylor Blau1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-5/+28
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee1-68/+0
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Libravatar Junio C Hamano1-1/+0
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringLibravatar SZEDER Gábor1-1/+0
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Libravatar Junio C Hamano1-0/+6
2019-10-07Merge branch 'gs/commit-graph-progress'Libravatar Junio C Hamano1-5/+14
2019-10-07Merge branch 'jk/commit-graph-cleanup'Libravatar Junio C Hamano1-0/+2
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandLibravatar Garima Singh1-0/+6
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh1-5/+14
2019-09-09commit-graph: turn off save_commit_bufferLibravatar Jeff King1-0/+2
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'Libravatar SZEDER Gábor1-1/+3
2019-08-05commit-graph: turn a group of write-related macro flags into an enumLibravatar SZEDER Gábor1-3/+3
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-8/+19
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-5/+20
2019-06-19commit-graph: add --split option to builtinLibravatar Derrick Stolee1-3/+7
2019-06-12commit-graph: collapse parameters into flagsLibravatar Derrick Stolee1-3/+5
2019-06-12commit-graph: return with errors during writeLibravatar Derrick Stolee1-10/+10
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason1-2/+2
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason1-4/+17
2019-01-22commit-graph: rename "large edges" to "extra edges"Libravatar SZEDER Gábor1-2/+2