| 1 | `apply.ignoreWhitespace`:: |
| 2 | When set to `change`, tells `git apply` to ignore changes in |
| 3 | whitespace, in the same way as the `--ignore-space-change` |
| 4 | option. |
| 5 | When set to one of: `no`, `none`, `never`, `false`, it tells `git apply` to |
| 6 | respect all whitespace differences. |
| 7 | ifndef::git-apply[] |
| 8 | See linkgit:git-apply[1]. |
| 9 | endif::git-apply[] |
| 10 | |
| 11 | `apply.whitespace`:: |
| 12 | Tells `git apply` how to handle whitespace, in the same way |
| 13 | as the `--whitespace` option. |
| 14 | ifndef::git-apply[] |
| 15 | See linkgit:git-apply[1]. |
| 16 | endif::git-apply[] |