Browse Source
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint


2 changed files with 12 additions and 11 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
apply.ignoreWhitespace:: |
||||
When set to 'change', tells 'git apply' to ignore changes in |
||||
whitespace, in the same way as the `--ignore-space-change` |
||||
option. |
||||
When set to one of: no, none, never, false tells 'git apply' to |
||||
respect all whitespace differences. |
||||
See linkgit:git-apply[1]. |
||||
|
||||
apply.whitespace:: |
||||
Tells 'git apply' how to handle whitespaces, in the same way |
||||
as the `--whitespace` option. See linkgit:git-apply[1]. |
Loading…
Reference in new issue