diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-10-30 08:00:18 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-10-30 08:00:19 -0700 |
| commit | 923436e23d0da21350363422809e2ae9e18c97d3 (patch) | |
| tree | 815b34acbbdbd3afd25dd2ccb002a256ebfdc49f /Documentation/git-commit-graph.adoc | |
| parent | dc70283dfcdc420d330547fc1d3cba0d29bfd2d0 (diff) | |
| parent | fafdf23b2f57bdf6a74513b3cc03902f0a8e954d (diff) | |
| download | git-923436e23d0da21350363422809e2ae9e18c97d3.tar.xz | |
Merge branch 'ey/commit-graph-changed-paths-config'
A new configuration variable commitGraph.changedPaths allows to
turn "--changed-paths" on by default for "git commit-graph".
* ey/commit-graph-changed-paths-config:
commit-graph: add new config for changed-paths & recommend it in scalar
Diffstat (limited to 'Documentation/git-commit-graph.adoc')
| -rw-r--r-- | Documentation/git-commit-graph.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-commit-graph.adoc b/Documentation/git-commit-graph.adoc index e9558173c0..6d19026035 100644 --- a/Documentation/git-commit-graph.adoc +++ b/Documentation/git-commit-graph.adoc @@ -71,7 +71,7 @@ take a while on large repositories. It provides significant performance gains for getting history of a directory or a file with `git log -- <path>`. If this option is given, future commit-graph writes will automatically assume that this option was intended. Use `--no-changed-paths` to stop storing this -data. +data. `--changed-paths` is implied by config `commitGraph.changedPaths=true`. + With the `--max-new-filters=<n>` option, generate at most `n` new Bloom filters (if `--changed-paths` is specified). If `n` is `-1`, no limit is |
