Autogenerated HTML docs for v1.1.4-g5b2b
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 22 Jan 2006 07:50:33 +0000 (23:50 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 22 Jan 2006 07:50:33 +0000 (23:50 -0800)
git-commit.html
git-commit.txt
git-grep.html
git-grep.txt
git-ls-files.html
git-ls-files.txt
git-reset.html
git-reset.txt
git-svnimport.html
git-svnimport.txt

index 01c6960..44e85ed 100644 (file)
@@ -296,7 +296,7 @@ information.</p>
 <p>\r
         Update all paths in the index file.  This flag notices\r
         files that have been modified and deleted, but new files\r
-        you have not told about git are not affected.\r
+        you have not told git about are not affected.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -399,7 +399,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2006 19:58:26 PDT\r
+Last updated 21-Jan-2006 23:50:16 PDT\r
 </div>\r
 </div>\r
 </body>\r
index e35984d..72f96fc 100644 (file)
@@ -27,7 +27,7 @@ OPTIONS
 -a|--all::
        Update all paths in the index file.  This flag notices
        files that have been modified and deleted, but new files
-       you have not told about git are not affected.
+       you have not told git about are not affected.
 
 -c or -C <commit>::
        Take existing commit object, and reuse the log message
index fcf2127..4fb85d5 100644 (file)
@@ -272,7 +272,7 @@ git-grep(1) Manual Page
 </div>\r
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
-<p><em>git-grep</em> [&lt;option&gt;&#8230;] &lt;pattern&gt; [&lt;path&gt;&#8230;]</p>\r
+<p><em>git-grep</em> [&lt;option&gt;&#8230;] [-e] &lt;pattern&gt; [--] [&lt;path&gt;&#8230;]</p>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -283,21 +283,41 @@ containing a match to the given pattern.</p>
 <div class="sectionbody">\r
 <dl>\r
 <dt>\r
+<tt>--</tt>\r
+</dt>\r
+<dd>\r
+<p>\r
+        Signals the end of options; the rest of the parameters\r
+        are &lt;path&gt; limiters.\r
+</p>\r
+</dd>\r
+<dt>\r
 &lt;option&gt;&#8230;\r
 </dt>\r
 <dd>\r
 <p>\r
         Either an option to pass to <tt>grep</tt> or <tt>git-ls-files</tt>.\r
-        Some <tt>grep</tt> options, such as <tt>-C</tt> and <tt>-m</tt>, that take\r
-        parameters are known to <tt>git-grep</tt>.\r
 </p>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>The following are the specific `git-ls-files` options\r
+that may be given: `-o`, `--cached`, `--deleted`, `--others`,\r
+`--killed`, `--ignored`, `--modified`, `--exclude=*`,\r
+`--exclude-from=*`, and `--exclude-per-directory=*`.</tt></pre>\r
+</div></div>\r
+<div class="literalblock">\r
+<div class="content">\r
+<pre><tt>All other options will be passed to `grep`.</tt></pre>\r
+</div></div>\r
 </dd>\r
 <dt>\r
 &lt;pattern&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        The pattern to look for.\r
+        The pattern to look for.  The first non option is taken\r
+        as the pattern; if your pattern begins with a dash, use\r
+        <tt>-e &lt;pattern&gt;</tt>.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -325,7 +345,7 @@ containing a match to the given pattern.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:33 PDT\r
+Last updated 21-Jan-2006 23:50:17 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 2bfd8ed..bf4b592 100644 (file)
@@ -8,7 +8,7 @@ git-grep - print lines matching a pattern
 
 SYNOPSIS
 --------
-'git-grep' [<option>...] <pattern> [<path>...]
+'git-grep' [<option>...] [-e] <pattern> [--] [<path>...]
 
 DESCRIPTION
 -----------
@@ -18,13 +18,24 @@ containing a match to the given pattern.
 
 OPTIONS
 -------
+`--`::
+       Signals the end of options; the rest of the parameters
+       are <path> limiters.
+
 <option>...::
        Either an option to pass to `grep` or `git-ls-files`.
-       Some `grep` options, such as `-C` and `-m`, that take
-       parameters are known to `git-grep`.
+
+       The following are the specific `git-ls-files` options
+       that may be given: `-o`, `--cached`, `--deleted`, `--others`,
+       `--killed`, `--ignored`, `--modified`, `--exclude=*`,
+       `--exclude-from=*`, and `--exclude-per-directory=*`.
+
+       All other options will be passed to `grep`.
 
 <pattern>::
-       The pattern to look for.
+       The pattern to look for.  The first non option is taken
+       as the pattern; if your pattern begins with a dash, use
+       `-e <pattern>`.
 
 <path>...::
        Optional paths to limit the set of files to be searched;
index 7148f78..3e5443b 100644 (file)
@@ -341,6 +341,15 @@ shown:</p>
 </p>\r
 </dd>\r
 <dt>\r
+--directory\r
+</dt>\r
+<dd>\r
+<p>\r
+        If a whole directory is classified as "other", show just its\r
+        name (with a trailing slash) and not its whole contents.\r
+</p>\r
+</dd>\r
+<dt>\r
 -u|--unmerged\r
 </dt>\r
 <dd>\r
@@ -624,7 +633,7 @@ otherwise, it is a shell glob pattern, suitable for
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:39 PDT\r
+Last updated 21-Jan-2006 23:50:18 PDT\r
 </div>\r
 </div>\r
 </body>\r
index e42af5e..e433407 100644 (file)
@@ -46,6 +46,10 @@ OPTIONS
 -s|--stage::
        Show stage files in the output
 
+--directory::
+       If a whole directory is classified as "other", show just its
+       name (with a trailing slash) and not its whole contents.
+
 -u|--unmerged::
        Show unmerged files in the output (forces --stage)
 
index 83ee367..915201d 100644 (file)
@@ -448,8 +448,8 @@ and resets the tip of the branch to that commit.</tt></pre>
 Interrupted workflow\r
 </dt>\r
 <dd>\r
-<p>You can get interrupted by an ungent fix request while you are\r
-still in the middle of a large change.  The files in your\r
+<p>Suppose you are interrupted by an urgent fix request while you\r
+are in the middle of a large change.  The files in your\r
 working tree are not in any shape to be committed yet, but you\r
 need to get to the other branch for a quick bugfix.</p>\r
 <div class="listingblock">\r
@@ -465,8 +465,8 @@ $ git reset --soft HEAD^ ;# go back to WIP state <b>(2)</b>
 $ git reset <b>(3)</b>\r
 \r
 <b>(1)</b> This commit will get blown away so a throw-away log message is OK.\r
-<b>(2)</b> This removes the 'WIP' commit from the commit history, and makes\r
-    your working tree in the state just before you made that snapshot.\r
+<b>(2)</b> This removes the 'WIP' commit from the commit history, and sets\r
+    your working tree to the state just before you made that snapshot.\r
 <b>(3)</b> After <b>(2)</b>, the index file still has all the WIP changes you\r
     committed in <b>(1)</b>.  This sets it to the last commit you were\r
     basing the WIP changes on.</tt></pre>\r
@@ -488,7 +488,7 @@ $ git reset <b>(3)</b>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 13-Jan-2006 19:58:30 PDT\r
+Last updated 21-Jan-2006 23:50:19 PDT\r
 </div>\r
 </div>\r
 </body>\r
index 315683a..b4e737e 100644 (file)
@@ -147,8 +147,8 @@ and resets the tip of the branch to that commit.
 
 Interrupted workflow::
 +
-You can get interrupted by an ungent fix request while you are
-still in the middle of a large change.  The files in your
+Suppose you are interrupted by an urgent fix request while you
+are in the middle of a large change.  The files in your
 working tree are not in any shape to be committed yet, but you
 need to get to the other branch for a quick bugfix.
 +
@@ -164,8 +164,8 @@ $ git reset --soft HEAD^ ;# go back to WIP state <2>
 $ git reset <3>
 
 <1> This commit will get blown away so a throw-away log message is OK.
-<2> This removes the 'WIP' commit from the commit history, and makes
-    your working tree in the state just before you made that snapshot.
+<2> This removes the 'WIP' commit from the commit history, and sets
+    your working tree to the state just before you made that snapshot.
 <3> After <2>, the index file still has all the WIP changes you
     committed in <1>.  This sets it to the last commit you were
     basing the WIP changes on.
index c8ab35c..38f38b8 100644 (file)
@@ -282,16 +282,7 @@ git-svnimport(1) Manual Page
 <div class="sectionbody">\r
 <p>Imports a SVN repository into git. It will either create a new\r
 repository, or incrementally import into an existing one.</p>\r
-<div class="hlist"><table>\r
-<tr>\r
-<td class="hlist1">\r
-SVN access is done by the SVN\r
-</td>\r
-<td class="hlist2">\r
-Perl module.\r
-</td>\r
-</tr>\r
-</table></div>\r
+<p>SVN access is done by the SVN::Perl module.</p>\r
 <p>git-svnimport assumes that SVN repositories are organized into one\r
 "trunk" directory where the main development happens, "branch/FOO"\r
 directories for branches, and "/tags/FOO" directories for tags.\r
@@ -393,8 +384,8 @@ incremental SVN imports.</p>
 </p>\r
 <div class="literalblock">\r
 <div class="content">\r
-<pre><tt>Formerly, this option controlled how many revisions to pull, due to\r
-SVN memory leaks. (These have been worked around.)</tt></pre>\r
+<pre><tt>Formerly, this option controlled how many revisions to pull,\r
+due to SVN memory leaks. (These have been worked around.)</tt></pre>\r
 </div></div>\r
 </dd>\r
 <dt>\r
@@ -439,18 +430,13 @@ with a 40x error pretty quickly.</p>
 repository itself; it usually ends in "/svn".</p>\r
 </dd>\r
 <dt>\r
-&lt;SVN_repository_URL&gt;\r
+&lt;path&gt;\r
 </dt>\r
 <dd>\r
 <p>\r
-        The URL of the SVN module you want to import. For local\r
-        repositories, use "file:///absolute/path".\r
+        The path to the module you want to check out.\r
 </p>\r
 </dd>\r
-</dl>\r
-<p>&lt;path&gt;\r
-        The path to the module you want to check out.</p>\r
-<dl>\r
 <dt>\r
 -h\r
 </dt>\r
@@ -483,7 +469,7 @@ various participants of the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 06-Jan-2006 17:12:46 PDT\r
+Last updated 21-Jan-2006 23:50:20 PDT\r
 </div>\r
 </div>\r
 </body>\r
index db1ce38..63e28b8 100644 (file)
@@ -21,7 +21,7 @@ DESCRIPTION
 Imports a SVN repository into git. It will either create a new
 repository, or incrementally import into an existing one.
 
-SVN access is done by the SVN:: Perl module.
+SVN access is done by the SVN::Perl module.
 
 git-svnimport assumes that SVN repositories are organized into one
 "trunk" directory where the main development happens, "branch/FOO"
@@ -74,8 +74,8 @@ When importing incrementally, you might need to edit the .git/svn2git file.
 -l <max_rev>::
        Specify a maximum revision number to pull.
 
-       Formerly, this option controlled how many revisions to pull, due to
-       SVN memory leaks. (These have been worked around.)
+       Formerly, this option controlled how many revisions to pull,
+       due to SVN memory leaks. (These have been worked around.)
 
 -v::
        Verbosity: let 'svnimport' report what it is doing.
@@ -100,11 +100,7 @@ with a 40x error pretty quickly.
 If you're using the "-d" or "-D" option, this is the URL of the SVN
 repository itself; it usually ends in "/svn".
 
-<SVN_repository_URL>::
-       The URL of the SVN module you want to import. For local
-       repositories, use "file:///absolute/path".
-
-<path>
+<path>::
        The path to the module you want to check out.
 
 -h::