about summary refs log tree commit diff
path: root/third_party/git/Documentation/config/apply.txt
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/Documentation/config/apply.txt')
-rw-r--r--third_party/git/Documentation/config/apply.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/git/Documentation/config/apply.txt b/third_party/git/Documentation/config/apply.txt
deleted file mode 100644
index 8fb8ef763d..0000000000
--- a/third_party/git/Documentation/config/apply.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-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].