X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=inline;f=Documentation%2Fgit-apply.txt;h=75076b61216c7ee5ce0a55e5a7c578f5f06b6187;hb=72fdfb50f721460e4cdff16fbe9c72d4ce6c668c;hp=626e281596c57d38b6df7bbf311494ee9c74da7f;hpb=3eeb419968c1f8f0a762a7127db770e9d9c8037d;p=git.git diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt index 626e2815..75076b61 100644 --- a/Documentation/git-apply.txt +++ b/Documentation/git-apply.txt @@ -8,7 +8,10 @@ git-apply - Apply patch on a git index file and a work tree SYNOPSIS -------- -'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [...] +[verse] +'git-apply' [--stat] [--numstat] [--summary] [--check] [--index] [--apply] + [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM] + [...] DESCRIPTION ----------- @@ -65,6 +68,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