X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-apply.txt;h=881652f4904c102104cfe0a0b1de07dbfc32da3f;hb=e21adb8c100cd2859cff1d74f7d0e622ac640085;hp=4a74b23d403d970643fcb8e0438ab6649f54e54c;hpb=d425aa5cac0b4124c6aa5520295e0fd5ed81780b;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 4a74b23d4..881652f49 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -12,10 +12,10 @@ SYNOPSIS 'git apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--build-fake-ancestor=] [-R | --reverse] [--allow-binary-replacement | --binary] [--reject] [-z] - [-pNUM] [-CNUM] [--inaccurate-eof] [--recount] [--cached] + [-p] [-C] [--inaccurate-eof] [--recount] [--cached] [--ignore-space-change | --ignore-whitespace ] - [--whitespace=] - [--exclude=PATH] [--include=PATH] [--directory=] + [--whitespace=(nowarn|warn|fix|error|error-all)] + [--exclude=] [--include=] [--directory=] [--verbose] [...] DESCRIPTION