config.txt: move apply.* to a separate file
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
d293ffefb5
commit
696d4796fb
|
@ -297,17 +297,7 @@ include::config/alias.txt[]
|
||||||
|
|
||||||
include::config/am.txt[]
|
include::config/am.txt[]
|
||||||
|
|
||||||
apply.ignoreWhitespace::
|
include::config/apply.txt[]
|
||||||
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].
|
|
||||||
|
|
||||||
blame.blankBoundary::
|
blame.blankBoundary::
|
||||||
Show blank commit object name for boundary commits in
|
Show blank commit object name for boundary commits in
|
||||||
|
|
|
@ -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