Autogenerated HTML docs for v1.5.3.5-721-g039b
authorJunio C Hamano <junio@hera.kernel.org>
Thu, 15 Nov 2007 00:13:36 +0000 (00:13 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Thu, 15 Nov 2007 00:13:36 +0000 (00:13 +0000)
config.txt
git-config.html
git-cvsexportcommit.html
git-cvsexportcommit.txt
git-format-patch.html
git-format-patch.txt
git-rev-list.html
git-rev-list.txt
user-manual.html
user-manual.txt

index 8d5d2005806289b7da9290fd0c40f12016d5ef53..6dc9f3ed02b2dd4a3fe439c28df7b2ba6778244d 100644 (file)
@@ -432,6 +432,12 @@ fetch.unpackLimit::
        pack from a push can make the push operation complete faster,
        especially on slow filesystems.
 
+format.numbered::
+       A boolean which can enable sequence numbers in patch subjects.
+       Seting this option to "auto" will enable it only if there is
+       more than one patch.  See --numbered option in
+       gitlink:git-format-patch[1].
+
 format.headers::
        Additional email headers to include in a patch to be submitted
        by mail.  See gitlink:git-format-patch[1].
index 6e6129aa16a224946f5876e04f4559eaad5ab69b..722c06a470c2ec7af502e4dc694dcb95fb0bd7bf 100644 (file)
@@ -1280,6 +1280,17 @@ fetch.unpackLimit
 </p>\r
 </dd>\r
 <dt>\r
+format.numbered\r
+</dt>\r
+<dd>\r
+<p>\r
+        A boolean which can enable sequence numbers in patch subjects.\r
+        Seting this option to "auto" will enable it only if there is\r
+        more than one patch.  See --numbered option in\r
+        <a href="git-format-patch.html">git-format-patch(1)</a>.\r
+</p>\r
+</dd>\r
+<dt>\r
 format.headers\r
 </dt>\r
 <dd>\r
@@ -1956,7 +1967,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:25 UTC\r
+Last updated 15-Nov-2007 00:12:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index fba91a80e35fa4e8654fbbbeed567899cfea26e8..3a53da000ce1808533812333e59c5bffc18d0be6 100644 (file)
@@ -272,14 +272,15 @@ git-cvsexportcommit(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-cvsexportcommit</em> [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>\r
+<p><em>git-cvsexportcommit</em> [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-w cvsworkdir] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
 <p>Exports a commit from GIT to a CVS checkout, making it easier\r
 to merge patches from a git repository into a CVS repository.</p>\r
-<p>Execute it from the root of the CVS working copy. GIT_DIR must be defined.\r
-See examples below.</p>\r
+<p>Specify the name of a CVS checkout using the -w switch or execute it\r
+from the root of the CVS working copy. In the latter case GIT_DIR must\r
+be defined. See examples below.</p>\r
 <p>It does its best to do the safe thing, it will check that the files are\r
 unchanged and up to date in the CVS checkout, and it will not autocommit\r
 by default.</p>\r
@@ -361,6 +362,16 @@ should the changeset be done against.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-w\r
+</dt>\r
+<dd>\r
+<p>\r
+        Specify the location of the CVS checkout to use for the export. This\r
+        option does not require GIT_DIR to be set before execution if the\r
+        current directory is within a git repository.\r
+</p>\r
+</dd>\r
+<dt>\r
 -v\r
 </dt>\r
 <dd>\r
@@ -386,6 +397,15 @@ $ cvs commit -F .msg &lt;files&gt;</tt></pre>
 </div></div>\r
 </dd>\r
 <dt>\r
+Merge one patch into CVS (-c and -w options). The working directory is within the Git Repo\r
+</dt>\r
+<dd>\r
+<div class="listingblock">\r
+<div class="content">\r
+<pre><tt>        $ git-cvsexportcommit -v -c -w ~/project_cvs_checkout &lt;commit-sha1&gt;</tt></pre>\r
+</div></div>\r
+</dd>\r
+<dt>\r
 Merge pending patches into CVS automatically &#8212; only if you really know what you are doing\r
 </dt>\r
 <dd>\r
@@ -400,11 +420,11 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <h2>Author</h2>\r
 <div class="sectionbody">\r
-<p>Written by Martin Langhoff &lt;martin@catalyst.net.nz&gt;</p>\r
+<p>Written by Martin Langhoff &lt;martin@catalyst.net.nz&gt; and others.</p>\r
 </div>\r
 <h2>Documentation</h2>\r
 <div class="sectionbody">\r
-<p>Documentation by Martin Langhoff &lt;martin@catalyst.net.nz&gt;</p>\r
+<p>Documentation by Martin Langhoff &lt;martin@catalyst.net.nz&gt; and others.</p>\r
 </div>\r
 <h2>GIT</h2>\r
 <div class="sectionbody">\r
@@ -412,7 +432,7 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:26 UTC\r
+Last updated 15-Nov-2007 00:12:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c3922f9238cf9f33d404665714fb0458122b6e43..3f9d2295d38b4728929764b0adcbdf5785167f75 100644 (file)
@@ -8,7 +8,7 @@ git-cvsexportcommit - Export a single commit to a CVS checkout
 
 SYNOPSIS
 --------
-'git-cvsexportcommit' [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
+'git-cvsexportcommit' [-h] [-u] [-v] [-c] [-P] [-p] [-a] [-d cvsroot] [-w cvsworkdir] [-f] [-m msgprefix] [PARENTCOMMIT] COMMITID
 
 
 DESCRIPTION
@@ -16,8 +16,9 @@ DESCRIPTION
 Exports a commit from GIT to a CVS checkout, making it easier
 to merge patches from a git repository into a CVS repository.
 
-Execute it from the root of the CVS working copy. GIT_DIR must be defined.
-See examples below.
+Specify the name of a CVS checkout using the -w switch or execute it
+from the root of the CVS working copy. In the latter case GIT_DIR must
+be defined. See examples below.
 
 It does its best to do the safe thing, it will check that the files are
 unchanged and up to date in the CVS checkout, and it will not autocommit
@@ -61,6 +62,11 @@ OPTIONS
 -u::
        Update affected files from CVS repository before attempting export.
 
+-w::
+       Specify the location of the CVS checkout to use for the export. This
+       option does not require GIT_DIR to be set before execution if the
+       current directory is within a git repository.
+
 -v::
        Verbose.
 
@@ -76,6 +82,12 @@ $ git-cvsexportcommit -v <commit-sha1>
 $ cvs commit -F .msg <files>
 ------------
 
+Merge one patch into CVS (-c and -w options). The working directory is within the Git Repo::
++
+------------
+       $ git-cvsexportcommit -v -c -w ~/project_cvs_checkout <commit-sha1>
+------------
+
 Merge pending patches into CVS automatically -- only if you really know what you are doing::
 +
 ------------
@@ -86,11 +98,11 @@ $ git-cherry cvshead myhead | sed -n 's/^+ //p' | xargs -l1 git-cvsexportcommit
 
 Author
 ------
-Written by Martin Langhoff <martin@catalyst.net.nz>
+Written by Martin Langhoff <martin@catalyst.net.nz> and others.
 
 Documentation
 --------------
-Documentation by Martin Langhoff <martin@catalyst.net.nz>
+Documentation by Martin Langhoff <martin@catalyst.net.nz> and others.
 
 GIT
 ---
index cbe28df3a7abcc03a4a2b9d9c336c546e31575c7..2126e9212834b9169de994ccf3ec64831dfe54e7 100644 (file)
@@ -273,9 +273,10 @@ git-format-patch(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-format-patch</em> [-n | -k] [-o &lt;dir&gt; | --stdout] [--thread]\r
+<div class="content"><em>git-format-patch</em> [-k] [-o &lt;dir&gt; | --stdout] [--thread]\r
                    [--attach[=&lt;boundary&gt;] | --inline[=&lt;boundary&gt;]]\r
                    [-s | --signoff] [&lt;common diff options&gt;]\r
+                   [-n | --numbered | -N | --no-numbered]\r
                    [--start-number &lt;n&gt;] [--numbered-files]\r
                    [--in-reply-to=Message-Id] [--suffix=.&lt;sfx&gt;]\r
                    [--ignore-if-in-upstream]\r
@@ -768,6 +769,14 @@ reference.</p>
 </p>\r
 </dd>\r
 <dt>\r
+-N|--no-numbered\r
+</dt>\r
+<dd>\r
+<p>\r
+        Name output in <em>[PATCH]</em> format.\r
+</p>\r
+</dd>\r
+<dt>\r
 --start-number &lt;n&gt;\r
 </dt>\r
 <dd>\r
@@ -893,15 +902,16 @@ not add any suffix.</p>
 </div>\r
 <h2>CONFIGURATION</h2>\r
 <div class="sectionbody">\r
-<p>You can specify extra mail header lines to be added to each\r
-message in the repository configuration.  You can also specify\r
-new defaults for the subject prefix and file suffix.</p>\r
+<p>You can specify extra mail header lines to be added to each message\r
+in the repository configuration, new defaults for the subject prefix\r
+and file suffix, and number patches when outputting more than one.</p>\r
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt>[format]\r
         headers = "Organization: git-foo\n"\r
         subjectprefix = CHANGE\r
-        suffix = .txt</tt></pre>\r
+        suffix = .txt\r
+        numbered = auto</tt></pre>\r
 </div></div>\r
 </div>\r
 <h2>EXAMPLES</h2>\r
@@ -979,7 +989,7 @@ git-format-patch -3
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:31 UTC\r
+Last updated 15-Nov-2007 00:12:54 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f0617efa0ab5d6c046e2b880a710ab852f1afd6a..9d4bae2f600ba637a978648fe81cac5d6cbc903b 100644 (file)
@@ -9,9 +9,10 @@ git-format-patch - Prepare patches for e-mail submission
 SYNOPSIS
 --------
 [verse]
-'git-format-patch' [-n | -k] [-o <dir> | --stdout] [--thread]
+'git-format-patch' [-k] [-o <dir> | --stdout] [--thread]
                    [--attach[=<boundary>] | --inline[=<boundary>]]
                    [-s | --signoff] [<common diff options>]
+                   [-n | --numbered | -N | --no-numbered]
                    [--start-number <n>] [--numbered-files]
                    [--in-reply-to=Message-Id] [--suffix=.<sfx>]
                    [--ignore-if-in-upstream]
@@ -77,6 +78,9 @@ include::diff-options.txt[]
 -n|--numbered::
        Name output in '[PATCH n/m]' format.
 
+-N|--no-numbered::
+       Name output in '[PATCH]' format.
+
 --start-number <n>::
        Start numbering the patches at <n> instead of 1.
 
@@ -142,15 +146,16 @@ not add any suffix.
 
 CONFIGURATION
 -------------
-You can specify extra mail header lines to be added to each
-message in the repository configuration.  You can also specify
-new defaults for the subject prefix and file suffix.
+You can specify extra mail header lines to be added to each message
+in the repository configuration, new defaults for the subject prefix
+and file suffix, and number patches when outputting more than one.
 
 ------------
 [format]
         headers = "Organization: git-foo\n"
         subjectprefix = CHANGE
         suffix = .txt
+        numbered = auto
 ------------
 
 
index e1664baeb3d35c6175dda26f74522ea6994752fe..5c837a7fbdd359e216a92a10b7c9379b251ec558 100644 (file)
@@ -284,6 +284,7 @@ git-rev-list(1) Manual Page
              [ --not ]\r
              [ --all ]\r
              [ --stdin ]\r
+             [ --quiet ]\r
              [ --topo-order ]\r
              [ --parents ]\r
              [ --timestamp ]\r
@@ -649,6 +650,18 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Don't print anything to standard output.  This form of\r
+        git-rev-list is primarly meant to allow the caller to\r
+        test the exit status to see if a range of objects is fully\r
+        connected (or not).  It is faster than redirecting stdout\r
+        to /dev/null as the output does not have to be formatted.\r
+</p>\r
+</dd>\r
+<dt>\r
 --cherry-pick\r
 </dt>\r
 <dd>\r
@@ -1162,7 +1175,7 @@ and the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 14-Nov-2007 12:11:46 UTC\r
+Last updated 15-Nov-2007 00:12:55 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 485280423e90bac43b4c372bbc8d350c34cf4fa8..989fbf3562977866d7d2558022587847f538ae4b 100644 (file)
@@ -20,6 +20,7 @@ SYNOPSIS
             [ \--not ]
             [ \--all ]
             [ \--stdin ]
+            [ \--quiet ]
             [ \--topo-order ]
             [ \--parents ]
             [ \--timestamp ]
@@ -270,6 +271,14 @@ limiting may be applied.
        In addition to the '<commit>' listed on the command
        line, read them from the standard input.
 
+--quiet::
+
+       Don't print anything to standard output.  This form of
+       git-rev-list is primarly meant to allow the caller to
+       test the exit status to see if a range of objects is fully
+       connected (or not).  It is faster than redirecting stdout
+       to /dev/null as the output does not have to be formatted.
+
 --cherry-pick::
 
        Omit any commit that introduces the same change as
index 6bd0eeb05dbac1a86dc0d9abcc36579e5a2a0e3c..c1b7efdc66dc7b9856680229a33bf22636e2df49 100644 (file)
@@ -553,7 +553,7 @@ mistake, you can return the entire working tree to the last committed
 state with</p><div class="literallayout"><p>$ git reset --hard HEAD</p></div><p>If you make a commit that you later wish you hadn't, there are two
 fundamentally different ways to fix the problem:</p><div class="orderedlist"><ol type="1"><li>
 You can create a new commit that undoes whatever was done
-        by the previous commit.  This is the correct thing if your
+        by the old commit.  This is the correct thing if your
         mistake has already been made public.
 </li><li>
 You can go back and modify the old commit.  You should
@@ -616,7 +616,7 @@ other git operations are in progress in the same repository.</p></div><div class
 realize that the branch was the only reference you had to that point in
 history.</p><p>Fortunately, git also keeps a log, called a "reflog", of all the
 previous values of each branch.  So in this case you can still find the
-old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the branch.
+old history using, for example,</p><div class="literallayout"><p>$ git log master@{1}</p></div><p>This lists the commits reachable from the previous version of the head.
 This syntax can be used with any git command that accepts a commit,
 not just with git log.  Some other examples:</p><div class="literallayout"><p>$ git show master@{2}           # See where the branch pointed 2,<br>
 $ git show master@{3}           # 3, ... changes ago.<br>
index 60e13853dc6a32ecf9a8aa0cad484531c69b2027..c7cfbbccfc941db891ce855c30a55e0f28de87c0 100644 (file)
@@ -1367,7 +1367,7 @@ If you make a commit that you later wish you hadn't, there are two
 fundamentally different ways to fix the problem:
 
        1. You can create a new commit that undoes whatever was done
-       by the previous commit.  This is the correct thing if your
+       by the old commit.  This is the correct thing if your
        mistake has already been made public.
 
        2. You can go back and modify the old commit.  You should
@@ -1567,7 +1567,7 @@ old history using, for example,
 $ git log master@{1}
 -------------------------------------------------
 
-This lists the commits reachable from the previous version of the branch.
+This lists the commits reachable from the previous version of the head.
 This syntax can be used with any git command that accepts a commit,
 not just with git log.  Some other examples: