]>
Commit | Line | Data |
---|---|---|
696d4796 NTND |
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 tells 'git apply' to | |
6 | respect all whitespace differences. | |
7 | See linkgit:git-apply[1]. | |
8 | ||
9 | apply.whitespace:: | |
10 | Tells 'git apply' how to handle whitespaces, in the same way | |
11 | as the `--whitespace` option. See linkgit:git-apply[1]. |