summaryrefslogtreecommitdiff
path: root/builtin/commit-graph.c
AgeCommit message (Expand)Author
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-05-01Merge branch 'tb/commit-graph-split-strategy'Junio C Hamano
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-28Merge branch 'ds/commit-graph-expiry-fix'Junio C Hamano
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau
2020-04-15commit-graph.h: replace 'commit_hex' with 'commits'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau
2020-04-06commit-graph: add GIT_TEST_COMMIT_GRAPH_CHANGED_PATHS test flagGarima Singh
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh
2020-04-01commit-graph: fix buggy --expire-time optionDerrick Stolee
2020-03-10real_path: remove unsafe APIAlexandr Miloslavskiy
2020-02-04commit-graph.h: use odb in 'load_commit_graph_one_fd_st'Taylor Blau
2020-02-04commit-graph.c: remove path normalization, comparisonTaylor Blau
2020-02-04commit-graph.h: store object directory in 'struct commit_graph'Taylor Blau
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-11-10Merge branch 'sg/commit-graph-usage-fix'Junio C Hamano
2019-10-28builtin/commit-graph.c: remove subcommand-less usage stringSZEDER Gábor
2019-10-15Merge branch 'gs/commit-graph-trace-with-cmd'Junio C Hamano
2019-10-07Merge branch 'gs/commit-graph-progress'Junio C Hamano
2019-10-07Merge branch 'jk/commit-graph-cleanup'Junio C Hamano
2019-10-02commit-graph: emit trace2 cmd_mode for each sub-commandGarima Singh
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-09-09commit-graph: turn off save_commit_bufferJeff King
2019-08-05commit-graph: error out on invalid commit oids in 'write --stdin-commits'SZEDER Gábor
2019-08-05commit-graph: turn a group of write-related macro flags into an enumSZEDER Gábor
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2019-06-20commit-graph: add --split option to builtinDerrick Stolee
2019-06-12commit-graph: collapse parameters into flagsDerrick Stolee
2019-06-12commit-graph: return with errors during writeDerrick Stolee
2019-04-01commit-graph verify: detect inability to read the graphÆvar Arnfjörð Bjarmason
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Ævar Arnfjörð Bjarmason
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Ævar Arnfjörð Bjarmason
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor
2018-10-19Merge branch 'ds/commit-graph-leakfix'Junio C Hamano
2018-10-16Merge branch 'ds/commit-graph-with-grafts'Junio C Hamano
2018-10-06builtin/commit-graph.c: UNLEAK variablesMartin Ågren
2018-09-17commit-graph write: add progress outputÆvar Arnfjörð Bjarmason
2018-08-21commit-graph: not compatible with replace objectsDerrick Stolee
2018-07-17commit-graph: add free_commit_graphJonathan Tan
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27commit-graph: use string-list API for inputDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee
2018-06-27commit-graph: UNLEAK before die()Derrick Stolee
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee