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 5dac11d21d8d3f8f72c0fed2f141a7aa320f33e4..dc9084c8a03d51a3695adad56f4293646fcfdce8 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
 
@@ -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<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\&.