summaryrefslogtreecommitdiffstats
path: root/git-apply.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-03-13 00:01:53 -0700
committerJunio C Hamano <gitster@pobox.com>2017-03-13 00:01:53 -0700
commit0f6f3bff0a28c6c521a411bc97083cac5b7f953d (patch)
tree4b266281dbd4d8cec2b7bc5b10fd6d8ae968e274 /git-apply.txt
parent53eec4d7df316d46d4de248964486ecfbcda0c99 (diff)
downloadgit-htmldocs-0f6f3bff0a28c6c521a411bc97083cac5b7f953d.tar.gz
Autogenerated HTML docs for v2.12.0-264-gd6db3
Diffstat (limited to 'git-apply.txt')
-rw-r--r--git-apply.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/git-apply.txt b/git-apply.txt
index 8ddb20740..631cbd840 100644
--- a/git-apply.txt
+++ b/git-apply.txt
@@ -108,10 +108,9 @@ the information is read from the current index instead.
When `--numstat` has been given, do not munge pathnames,
but use a NUL-terminated machine-readable format.
+
-Without this option, each pathname output will have TAB, LF, double quotes,
-and backslash characters replaced with `\t`, `\n`, `\"`, and `\\`,
-respectively, and the pathname will be enclosed in double quotes if
-any of those replacements occurred.
+Without this option, pathnames with "unusual" characters are quoted as
+explained for the configuration variable `core.quotePath` (see
+linkgit:git-config[1]).
-p<n>::
Remove <n> leading slashes from traditional diff paths. The