summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-graph.txt
AgeCommit message (Expand)Author
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano
2020-10-09commit-graph: don't write commit-graph when disabledDerrick Stolee
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee
2020-06-09Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano
2020-05-18git-commit-graph.txt: fix list renderingMartin Ågren
2020-05-18git-commit-graph.txt: fix grammoMartin Ågren
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano
2020-04-15commit-graph.c: introduce '--[no-]check-oids'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 --changed-paths option to write subcommandGarima Singh
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-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh
2019-06-20commit-graph: verify chains with --shallow modeDerrick Stolee
2019-06-20commit-graph: create options for split filesDerrick Stolee
2018-09-27Doc: refer to the "commit-graph file" with dashMartin Ågren
2018-09-27git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren
2018-09-27git-commit-graph.txt: typeset more in monospaceMartin Ågren
2018-09-27git-commit-graph.txt: fix bullet listsMartin Ågren
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee
2018-06-27commit-graph: add 'verify' subcommandDerrick 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
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee