summaryrefslogtreecommitdiff
path: root/Documentation/git-commit-graph.txt
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-1/+4
|\
| * doc txt & -h consistency: add missing optionsÆvar Arnfjörð Bjarmason2022-10-131-1/+4
* | Merge branch 'ab/dedup-config-and-command-docs'Junio C Hamano2022-09-141-0/+7
|\ \ | |/ |/|
| * docs: add CONFIGURATION sections that map to a built-inÆvar Arnfjörð Bjarmason2022-09-071-0/+7
* | docs: move commit-graph format docs to man section 5Ævar Arnfjörð Bjarmason2022-08-041-0/+5
|/
* Merge branch 'ds/commit-graph-merging-fix'Junio C Hamano2020-11-021-1/+3
|\
| * commit-graph: don't write commit-graph when disabledDerrick Stolee2020-10-091-1/+3
* | commit-graph: introduce 'commitGraph.maxNewFilters'Taylor Blau2020-09-181-1/+2
* | builtin/commit-graph.c: introduce '--max-new-filters=<n>'Taylor Blau2020-09-181-0/+6
* | Merge branch 'ds/commit-graph-bloom-updates' into masterJunio C Hamano2020-07-301-1/+4
|\ \ | |/ |/|
| * commit-graph: persist existence of changed-pathsDerrick Stolee2020-07-011-1/+4
* | Merge branch 'tb/commit-graph-no-check-oids'Junio C Hamano2020-06-081-2/+4
|\ \
| * | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flagTaylor Blau2020-05-181-2/+4
* | | git-commit-graph.txt: fix list renderingMartin Ågren2020-05-181-0/+1
* | | git-commit-graph.txt: fix grammoMartin Ågren2020-05-181-1/+1
|/ /
* | Merge branch 'gs/commit-graph-path-filter'Junio C Hamano2020-05-011-0/+5
|\ \ | |/
| * commit-graph: add --changed-paths option to write subcommandGarima Singh2020-04-061-0/+5
* | Revert "commit-graph.c: introduce '--[no-]check-oids'"Junio C Hamano2020-04-291-5/+0
* | commit-graph.c: introduce '--[no-]check-oids'Taylor Blau2020-04-151-0/+5
* | builtin/commit-graph.c: introduce split strategy 'replace'Taylor Blau2020-04-151-3/+4
* | builtin/commit-graph.c: introduce split strategy 'no-merge'Taylor Blau2020-04-151-0/+5
* | builtin/commit-graph.c: support for '--split[=<strategy>]'Taylor Blau2020-04-151-5/+6
|/
* commit-graph.h: store an odb in 'struct write_commit_graph_context'Taylor Blau2020-02-041-1/+4
* test-tool: use 'read-graph' helperDerrick Stolee2019-11-131-12/+0
* commit-graph: add --[no-]progress to write and verifyGarima Singh2019-09-181-2/+5
* commit-graph: verify chains with --shallow modeDerrick Stolee2019-06-191-1/+4
* commit-graph: create options for split filesDerrick Stolee2019-06-191-1/+20
* Doc: refer to the "commit-graph file" with dashMartin Ågren2018-09-271-6/+6
* git-commit-graph.txt: refer to "*commit*-graph file"Martin Ågren2018-09-271-6/+6
* git-commit-graph.txt: typeset more in monospaceMartin Ågren2018-09-271-6/+7
* git-commit-graph.txt: fix bullet listsMartin Ågren2018-09-271-2/+2
* commit-graph: add '--reachable' optionDerrick Stolee2018-06-271-2/+6
* commit-graph: add 'verify' subcommandDerrick Stolee2018-06-271-0/+6
* commit-graph: implement "--append" optionDerrick Stolee2018-04-111-0/+10
* commit-graph: build graph from starting commitsDerrick Stolee2018-04-111-1/+13
* commit-graph: read only from specific pack-indexesDerrick Stolee2018-04-111-1/+10
* commit-graph: implement git commit-graph readDerrick Stolee2018-04-111-0/+12
* commit-graph: implement git-commit-graph writeDerrick Stolee2018-04-021-0/+41
* commit-graph: create git-commit-graph builtinDerrick Stolee2018-04-021-0/+10