X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-apply.txt;h=9cc7c74deab0251eba8e34daf2b3c718071bedfd;hb=a025463bc0ec2c894a88f2dfb44cf88ba71bb712;hp=75076b61216c7ee5ce0a55e5a7c578f5f06b6187;hpb=90768daaa006516c7ae69ed89d7c2e67243dfac1;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 75076b61..9cc7c74d 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -11,6 +11,7 @@ SYNOPSIS [verse] 'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM] + [-CNUM] [--whitespace=] [...] DESCRIPTION @@ -72,6 +73,12 @@ OPTIONS Remove leading slashes from traditional diff paths. The default is 1. +-C:: + Ensure at least lines of surrounding context match before + and after each change. When fewer lines of surrounding + context exist they all most match. By default no context is + ever ignored. + --apply:: If you use any of the options marked ``Turns off "apply"'' above, git-apply reads and outputs the @@ -97,6 +104,35 @@ OPTIONS result. This allows binary files to be patched in a very limited way. +--whitespace=