X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-apply.txt;h=1c64a1aa82648db90251816f1b75dbdc9e7186e3;hb=228382aee45ec7f17db220e9099b46347ba2e1c7;hp=51c7d47092010f4275d1de8f074e0cc28e1d5adc;hpb=5df466c507ee2dd81c2e9002c3fedf3536cde0dc;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 51c7d470..1c64a1aa 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -10,7 +10,8 @@ SYNOPSIS -------- [verse] 'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] - [--no-add] [--index-info] [--allow-binary-replacement] [-z] + [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM] + [--whitespace=] [...] DESCRIPTION @@ -68,6 +69,10 @@ OPTIONS backslash characters replaced with `\t`, `\n`, and `\\`, respectively. +-p:: + Remove leading slashes from traditional diff paths. The + default is 1. + --apply:: If you use any of the options marked ``Turns off "apply"'' above, git-apply reads and outputs the @@ -93,6 +98,35 @@ OPTIONS result. This allows binary files to be patched in a very limited way. +--whitespace=