From: Junio C Hamano Date: Wed, 1 Feb 2006 00:59:39 +0000 (-0800) Subject: Autogenerated man pages for v1.1.6-g8233 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b40afd5037f34c62e9b5d0b4d54d22907e79322a;p=git.git Autogenerated man pages for v1.1.6-g8233 --- diff --git a/man1/git-apply.1 b/man1/git-apply.1 index 5dac11d21..dc9084c8a 100755 --- a/man1/git-apply.1 +++ b/man1/git-apply.1 @@ -24,7 +24,7 @@ git-apply \- Apply patch on a git index file and a work tree .nf 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] [...] .fi @@ -67,6 +67,10 @@ Newer git\-diff output has embedded index information for each blob to help iden \-z When showing the index information, do not munge paths, but use NUL terminated machine readable format\&. Without this flag, the pathnames output will have TAB, LF, and backslash characters replaced with \\t, \\n, and \\\\, respectively\&. +.TP +\-p +Remove leading slashes from traditional diff paths\&. The default is 1\&. + .TP \-\-apply If you use any of the options marked “Turns off "apply"” above, git\-apply reads and outputs the information you asked without actually applying the patch\&. Give this flag after those flags to also apply the patch\&.