Age | Commit message (Expand) | Author | Files | Lines |
2020-11-02 | Merge branch 'ds/commit-graph-merging-fix' | Junio C Hamano | 1 | -1/+3 |
2020-10-09 | commit-graph: don't write commit-graph when disabled | Derrick Stolee | 1 | -1/+3 |
2020-09-18 | commit-graph: introduce 'commitGraph.maxNewFilters' | Taylor Blau | 1 | -1/+2 |
2020-09-18 | builtin/commit-graph.c: introduce '--max-new-filters=<n>' | Taylor Blau | 1 | -0/+6 |
2020-07-30 | Merge branch 'ds/commit-graph-bloom-updates' into master | Junio C Hamano | 1 | -1/+4 |
2020-07-01 | commit-graph: persist existence of changed-paths | Derrick Stolee | 1 | -1/+4 |
2020-06-08 | Merge branch 'tb/commit-graph-no-check-oids' | Junio C Hamano | 1 | -2/+4 |
2020-05-18 | git-commit-graph.txt: fix list rendering | Martin Ågren | 1 | -0/+1 |
2020-05-18 | git-commit-graph.txt: fix grammo | Martin Ågren | 1 | -1/+1 |
2020-05-18 | commit-graph: drop COMMIT_GRAPH_WRITE_CHECK_OIDS flag | Taylor Blau | 1 | -2/+4 |
2020-05-01 | Merge branch 'gs/commit-graph-path-filter' | Junio C Hamano | 1 | -0/+5 |
2020-04-29 | Revert "commit-graph.c: introduce '--[no-]check-oids'" | Junio C Hamano | 1 | -5/+0 |
2020-04-15 | commit-graph.c: introduce '--[no-]check-oids' | Taylor Blau | 1 | -0/+5 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'replace' | Taylor Blau | 1 | -3/+4 |
2020-04-15 | builtin/commit-graph.c: introduce split strategy 'no-merge' | Taylor Blau | 1 | -0/+5 |
2020-04-15 | builtin/commit-graph.c: support for '--split[=<strategy>]' | Taylor Blau | 1 | -5/+6 |
2020-04-06 | commit-graph: add --changed-paths option to write subcommand | Garima Singh | 1 | -0/+5 |
2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -1/+4 |
2019-11-13 | test-tool: use 'read-graph' helper | Derrick Stolee | 1 | -12/+0 |
2019-09-18 | commit-graph: add --[no-]progress to write and verify | Garima Singh | 1 | -2/+5 |
2019-06-19 | commit-graph: verify chains with --shallow mode | Derrick Stolee | 1 | -1/+4 |
2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -1/+20 |
2018-09-27 | Doc: refer to the "commit-graph file" with dash | Martin Ågren | 1 | -6/+6 |
2018-09-27 | git-commit-graph.txt: refer to "*commit*-graph file" | Martin Ågren | 1 | -6/+6 |
2018-09-27 | git-commit-graph.txt: typeset more in monospace | Martin Ågren | 1 | -6/+7 |
2018-09-27 | git-commit-graph.txt: fix bullet lists | Martin Ågren | 1 | -2/+2 |
2018-06-27 | commit-graph: add '--reachable' option | Derrick Stolee | 1 | -2/+6 |
2018-06-27 | commit-graph: add 'verify' subcommand | Derrick Stolee | 1 | -0/+6 |
2018-04-11 | commit-graph: implement "--append" option | Derrick Stolee | 1 | -0/+10 |
2018-04-11 | commit-graph: build graph from starting commits | Derrick Stolee | 1 | -1/+13 |
2018-04-11 | commit-graph: read only from specific pack-indexes | Derrick Stolee | 1 | -1/+10 |
2018-04-11 | commit-graph: implement git commit-graph read | Derrick Stolee | 1 | -0/+12 |
2018-04-02 | commit-graph: implement git-commit-graph write | Derrick Stolee | 1 | -0/+41 |
2018-04-02 | commit-graph: create git-commit-graph builtin | Derrick Stolee | 1 | -0/+10 |