Autogenerated HTML docs for v1.5.1.1-81-g6aea
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Apr 2007 05:02:47 +0000 (05:02 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 12 Apr 2007 05:02:47 +0000 (05:02 +0000)
RelNotes-1.5.1.1.txt
git-format-patch.html
git-format-patch.txt

index b48b4bc3e836ee520bf9338e3d1d92f68d69da12..3054b5a3f003ad7a223d10910917a99ed4a76fd0 100644 (file)
@@ -1,4 +1,4 @@
-GIT v1.5.1.1 Release Notes (draft)
+GIT v1.5.1.1 Release Notes
 ==========================
 
 Fixes since v1.5.1
@@ -10,8 +10,23 @@ Fixes since v1.5.1
 
   - The documentation for cvsimport has been majorly improved.
 
+  - "git-show-ref --exclude-existing" was documented.
+
 * Bugfixes
 
+  - The implementation of -p option in "git cvsexportcommit" had
+    the meaning of -C (context reduction) option wrong, and
+    loosened the context requirements when it was told to be
+    strict.
+
+  - "git cvsserver" did not behave like the real cvsserver when
+    client side removed a file from the working tree without
+    doing anything else on the path.  In such a case, it should
+    restore it from the checked out revision.
+
+  - "git fsck" issued an alarming error message on detached
+    HEAD.  It is not an error since at least 1.5.0.
+
   - "git send-email" produced of References header of unbounded length;
     fixed this with line-folding.
 
@@ -37,10 +52,10 @@ Fixes since v1.5.1
   - gitweb did not show type-changing patch correctly in the
     blobdiff view.
 
-* Performance Tweaks
+  - git-svn did not error out with incorrect command line options.
+
+  - git-svn fell into an infinite loop when insanely long commit
+    message was found.
 
---
-exec >/var/tmp/1
-O=v1.5.1-26-ge94a4f6
-echo O=`git describe refs/heads/maint`
-git shortlog --no-merges $O..refs/heads/maint
+  - git-svn dcommit and rebase was confused by patches that were
+    merged from another branch that is managed by git-svn.
index 61c62d5a8be73e73ec09276a2934d0d173c844f1..d367f3cd59da7216a4df53a79883e644729e14e1 100644 (file)
@@ -278,6 +278,7 @@ git-format-patch(1) Manual Page
                    [-s | --signoff] [&lt;common diff options&gt;] [--start-number &lt;n&gt;]\r
                    [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]\r
                    [--ignore-if-in-upstream]\r
+                   [--subject-prefix=Subject-Prefix]\r
                    &lt;since&gt;[..&lt;until&gt;]</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -784,6 +785,17 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--subject-prefix=&lt;Subject-Prefix&gt;\r
+</dt>\r
+<dd>\r
+<p>\r
+        Instead of the standard <em>[PATCH]</em> prefix in the subject\r
+        line, instead use <em>[&lt;Subject-Prefix&gt;]</em>. This\r
+        allows for useful naming of a patch series, and can be\r
+        combined with the --numbered option.\r
+</p>\r
+</dd>\r
+<dt>\r
 --suffix=.&lt;sfx&gt;\r
 </dt>\r
 <dd>\r
@@ -877,7 +889,7 @@ git-format-patch -3
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 04-Apr-2007 18:33:43 UTC\r
+Last updated 12-Apr-2007 05:02:29 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 111d7c60bf1832bbfc27f8b819da77b8761236da..a33d157b970740aa7d056ebb459350de89513a8b 100644 (file)
@@ -10,11 +10,12 @@ SYNOPSIS
 --------
 [verse]
 'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--thread]
-                  [--attach[=<boundary>] | --inline[=<boundary>]]
-                  [-s | --signoff] [<common diff options>] [--start-number <n>]
-                  [--in-reply-to=Message-Id] [--suffix=.<sfx>]
-                  [--ignore-if-in-upstream]
-                  <since>[..<until>]
+                   [--attach[=<boundary>] | --inline[=<boundary>]]
+                   [-s | --signoff] [<common diff options>] [--start-number <n>]
+                   [--in-reply-to=Message-Id] [--suffix=.<sfx>]
+                   [--ignore-if-in-upstream]
+                   [--subject-prefix=Subject-Prefix]
+                   <since>[..<until>]
 
 DESCRIPTION
 -----------
@@ -98,6 +99,12 @@ include::diff-options.txt[]
        patches being generated, and any patch that matches is
        ignored.
 
+--subject-prefix=<Subject-Prefix>::
+       Instead of the standard '[PATCH]' prefix in the subject
+       line, instead use '[<Subject-Prefix>]'. This
+       allows for useful naming of a patch series, and can be
+       combined with the --numbered option.
+
 --suffix=.<sfx>::
        Instead of using `.patch` as the suffix for generated
        filenames, use specifed suffix.  A common alternative is