aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-apply.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-09-07 10:27:00 +0200
committerJunio C Hamano <gitster@pobox.com>2022-09-07 09:46:05 -0700
commit416fed246ffaed4cafb9c35e38d1402704a377be (patch)
tree1e1e264c78b5cd1f1c4470c64006730c674e1329 /Documentation/git-apply.txt
parentbac1d52cfe1f6bdc0f52df3bc32023ed17966e81 (diff)
downloadgit-416fed246ffaed4cafb9c35e38d1402704a377be.tar.gz
apply docs: de-duplicate configuration sections
The wording is not identical to Documentation/config/apply.txt, but that version is better. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Reviewed-by: Matheus Tavares <matheus.bernardino@usp.br> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-apply.txt')
-rw-r--r--Documentation/git-apply.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index b6d77f4206..1d478cbe9b 100644
--- a/Documentation/git-apply.txt
+++ b/Documentation/git-apply.txt
@@ -263,13 +263,9 @@ has no effect when `--index` or `--cached` is in use.
CONFIGURATION
-------------
-apply.ignoreWhitespace::
- Set to 'change' if you want changes in whitespace to be ignored by default.
- Set to one of: no, none, never, false if you want changes in
- whitespace to be significant.
-apply.whitespace::
- When no `--whitespace` flag is given from the command
- line, this configuration item is used as the default.
+include::includes/cmd-config-section-all.txt[]
+
+include::config/apply.txt[]
SUBMODULES
----------