mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-13 00:50:13 -05:00
Convert git-apply from [verse]/single-quote style to the modern
synopsis-block style:
- Replace [verse] with [synopsis] in SYNOPSIS block
- Backtick-quote all OPTIONS terms and config keys in config/apply.adoc
- Convert single-quoted inline commands ('git apply', 'diff', etc.)
- Wrap standalone placeholders in underscores (<n>, <root>, <action>)
- Backtick-quote `*.rej` and GNU `patch` tool references
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
17 lines
518 B
Plaintext
17 lines
518 B
Plaintext
`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`, it tells `git apply` to
|
|
respect all whitespace differences.
|
|
ifndef::git-apply[]
|
|
See linkgit:git-apply[1].
|
|
endif::git-apply[]
|
|
|
|
`apply.whitespace`::
|
|
Tells `git apply` how to handle whitespace, in the same way
|
|
as the `--whitespace` option.
|
|
ifndef::git-apply[]
|
|
See linkgit:git-apply[1].
|
|
endif::git-apply[]
|