summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-graph.txt
AgeCommit message (Expand)AuthorFilesLines
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Libravatar Junio C Hamano1-1/+3
2020-10-09commit-graph: don't write commit-graph when disabledLibravatar Derrick Stolee1-1/+3
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Libravatar Taylor Blau1-1/+2
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Libravatar Taylor Blau1-0/+6
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterLibravatar Junio C Hamano1-1/+4
2020-07-01commit-graph: persist existence of changed-pathsLibravatar Derrick Stolee1-1/+4
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Libravatar Junio C Hamano1-2/+4
2020-05-18git-commit-graph.txt: fix list renderingLibravatar Martin Ågren1-0/+1
2020-05-18git-commit-graph.txt: fix grammoLibravatar Martin Ågren1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagLibravatar Taylor Blau1-2/+4
2020-05-01Merge branch 'gs/commit-graph-path-filter'Libravatar Junio C Hamano1-0/+5
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Libravatar Junio C Hamano1-5/+0
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Libravatar Taylor Blau1-0/+5
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Libravatar Taylor Blau1-3/+4
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Libravatar Taylor Blau1-0/+5
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Libravatar Taylor Blau1-5/+6
2020-04-06commit-graph: add --changed-paths option to write subcommandLibravatar Garima Singh1-0/+5
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-1/+4
2019-11-13test-tool: use 'read-graph' helperLibravatar Derrick Stolee1-12/+0
2019-09-18commit-graph: add --[no-]progress to write and verifyLibravatar Garima Singh1-2/+5
2019-06-19commit-graph: verify chains with --shallow modeLibravatar Derrick Stolee1-1/+4
2019-06-19commit-graph: create options for split filesLibravatar Derrick Stolee1-1/+20
2018-09-27Doc: refer to the "commit-graph file" with dashLibravatar Martin Ågren1-6/+6
2018-09-27git-commit-graph.txt: refer to "*commit*-graph file"Libravatar Martin Ågren1-6/+6
2018-09-27git-commit-graph.txt: typeset more in monospaceLibravatar Martin Ågren1-6/+7
2018-09-27git-commit-graph.txt: fix bullet listsLibravatar Martin Ågren1-2/+2
2018-06-27commit-graph: add '--reachable' optionLibravatar Derrick Stolee1-2/+6
2018-06-27commit-graph: add 'verify' subcommandLibravatar Derrick Stolee1-0/+6
2018-04-11commit-graph: implement "--append" optionLibravatar Derrick Stolee1-0/+10
2018-04-11commit-graph: build graph from starting commitsLibravatar Derrick Stolee1-1/+13
2018-04-11commit-graph: read only from specific pack-indexesLibravatar Derrick Stolee1-1/+10
2018-04-11commit-graph: implement git commit-graph readLibravatar Derrick Stolee1-0/+12
2018-04-02commit-graph: implement git-commit-graph writeLibravatar Derrick Stolee1-0/+41
2018-04-02commit-graph: create git-commit-graph builtinLibravatar Derrick Stolee1-0/+10