aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-commit-graph.txt
AgeCommit message (Expand)AuthorFilesLines
2023-12-26doc: enforce dashes in placeholdersJean-Noël Avila1-1/+1
2022-10-28Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano1-1/+4
2022-10-13doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason1-1/+4
2022-09-14Merge branch 'ab/dedup-config-and-command-docs'Junio C Hamano1-0/+7
2022-09-07docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason1-0/+7
2022-08-04docs: move commit-graph format docs to man section 5Ævar Arnfjörð Bjarmason1-0/+5
2020-11-02Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano1-1/+3
2020-10-09commit-graph: don't write commit-graph when disabledDerrick Stolee1-1/+3
2020-09-18commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau1-1/+2
2020-09-18builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau1-0/+6
2020-07-30Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano1-1/+4
2020-07-01commit-graph: persist existence of changed-pathsDerrick Stolee1-1/+4
2020-06-08Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano1-2/+4
2020-05-18git-commit-graph.txt: fix list renderingMartin Ågren1-0/+1
2020-05-18git-commit-graph.txt: fix grammoMartin Ågren1-1/+1
2020-05-18commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau1-2/+4
2020-05-01Merge branch 'gs/commit-graph-path-filter'Junio C Hamano1-0/+5
2020-04-29Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano1-5/+0
2020-04-15commit-graph.c: introduce '--[no-]check-oids'Taylor Blau1-0/+5
2020-04-15builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau1-3/+4
2020-04-15builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau1-0/+5
2020-04-15builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau1-5/+6
2020-04-06commit-graph: add --changed-paths option to write subcommandGarima Singh1-0/+5
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau1-1/+4
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee1-12/+0
2019-09-18commit-graph: add --[no-]progress to write and verifyGarima Singh1-2/+5
2019-06-19commit-graph: verify chains with --shallow modeDerrick Stolee1-1/+4
2019-06-19commit-graph: create options for split filesDerrick Stolee1-1/+20
2018-09-27Doc: refer to the "commit-graph file" with dashMartin Ågren1-6/+6
2018-09-27git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren1-6/+6
2018-09-27git-commit-graph.txt: typeset more in monospaceMartin Ågren1-6/+7
2018-09-27git-commit-graph.txt: fix bullet listsMartin Ågren1-2/+2
2018-06-27commit-graph: add '--reachable' optionDerrick Stolee1-2/+6
2018-06-27commit-graph: add 'verify' subcommandDerrick Stolee1-0/+6
2018-04-11commit-graph: implement "--append" optionDerrick Stolee1-0/+10
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee1-1/+13
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee1-1/+10
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee1-0/+12
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee1-0/+41
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee1-0/+10