| 1 | diffHunks.write:: |
| 2 | If true, diff-producing commands (`git diff`, `git log`, |
| 3 | `git show`, or `git diff-tree` with a `--stat`, `--numstat`, or |
| 4 | `--shortstat` format) write the hunks |
| 5 | they compute to the diff-hunks store, filling it as a side effect. |
| 6 | The `GIT_DIFF_HUNKS_WRITE` environment variable overrides this for |
| 7 | a single invocation. Reading the store is controlled separately by |
| 8 | `core.diffHunks`. See linkgit:git-diff-hunks[1]. Defaults to false. |