Autogenerated man pages for v1.1.6-g8233
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Feb 2006 00:59:39 +0000 (16:59 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Feb 2006 00:59:39 +0000 (16:59 -0800)
man1/git-apply.1

index 5dac11d..dc9084c 100755 (executable)
@@ -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]
           [<patch>...]
 .fi
 
@@ -68,6 +68,10 @@ Newer git\-diff output has embedded index information for each blob to help iden
 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<n>
+Remove <n> leading slashes from traditional diff paths\&. The default is 1\&.
+
+.TP
 \-\-apply
 If you use any of the options marked &#8220;Turns off "apply"&#8221; 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\&.