Autogenerated HTML docs for v1.1.6-g8233
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Feb 2006 00:59:26 +0000 (16:59 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Feb 2006 00:59:26 +0000 (16:59 -0800)
git-apply.html
git-apply.txt

index ae66a84..4c1a58e 100644 (file)
@@ -274,7 +274,7 @@ git-apply(1) Manual Page
 <div class="sectionbody">\r
 <div class="verseblock">\r
 <div class="content"><em>git-apply</em> [--stat] [--numstat] [--summary] [--check] [--index] [--apply]\r
-          [--no-add] [--index-info] [--allow-binary-replacement] [-z]\r
+          [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM]\r
           [&lt;patch&gt;&#8230;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -374,6 +374,15 @@ and a work tree.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-p&lt;n&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Remove &lt;n&gt; leading slashes from traditional diff paths. The\r
+        default is 1.\r
+</p>\r
+</dd>\r
+<dt>\r
 --apply\r
 </dt>\r
 <dd>\r
@@ -429,7 +438,7 @@ and a work tree.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:01 PDT\r
+Last updated 31-Jan-2006 16:58:56 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 51c7d47..75076b6 100644 (file)
@@ -10,7 +10,7 @@ SYNOPSIS
 --------
 [verse]
 '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>...]
 
 DESCRIPTION
@@ -68,6 +68,10 @@ OPTIONS
        backslash characters replaced with `\t`, `\n`, and `\\`,
        respectively.
 
+-p<n>::
+       Remove <n> 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