Autogenerated HTML docs for v1.5.2-24-g93d4
authorJunio C Hamano <junio@hera.kernel.org>
Mon, 21 May 2007 06:14:27 +0000 (06:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Mon, 21 May 2007 06:14:27 +0000 (06:14 +0000)
git-config.html
git-config.txt
git-rev-list.html
git-rev-list.txt

index 58f0ed34fb8617374d72a8d3e792d65c1619fdbb..87900120675a21363f9fa293dadb38f60b598d5c 100644 (file)
@@ -273,15 +273,15 @@ git-config(1) Manual Page
 <h2>SYNOPSIS</h2>\r
 <div class="sectionbody">\r
 <div class="verseblock">\r
-<div class="content"><em>git-config</em> [--system | --global] [type] name [value [value_regex]]\r
-<em>git-config</em> [--system | --global] [type] --add name value\r
-<em>git-config</em> [--system | --global] [type] --replace-all name [value [value_regex]]\r
+<div class="content"><em>git-config</em> [--system | --global] name [value [value_regex]]\r
+<em>git-config</em> [--system | --global] --add name value\r
+<em>git-config</em> [--system | --global] --replace-all name [value [value_regex]]\r
 <em>git-config</em> [--system | --global] [type] --get name [value_regex]\r
 <em>git-config</em> [--system | --global] [type] --get-all name [value_regex]\r
-<em>git-config</em> [--system | --global] [type] --unset name [value_regex]\r
-<em>git-config</em> [--system | --global] [type] --unset-all name [value_regex]\r
-<em>git-config</em> [--system | --global] [type] --rename-section old_name new_name\r
-<em>git-config</em> [--system | --global] [type] --remove-section name\r
+<em>git-config</em> [--system | --global] --unset name [value_regex]\r
+<em>git-config</em> [--system | --global] --unset-all name [value_regex]\r
+<em>git-config</em> [--system | --global] --rename-section old_name new_name\r
+<em>git-config</em> [--system | --global] --remove-section name\r
 <em>git-config</em> [--system | --global] -l | --list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
@@ -298,7 +298,8 @@ prepend a single exclamation mark in front (see EXAMPLES).</p>
 <p>The type specifier can be either <em>--int</em> or <em>--bool</em>, which will make\r
 <em>git-config</em> ensure that the variable(s) are of the given type and\r
 convert the value to the canonical form (simple decimal number for int,\r
-a "true" or "false" string for bool). If no type specifier is passed,\r
+a "true" or "false" string for bool).  Type specifiers currently only\r
+take effect for reading operations.  If no type specifier is passed,\r
 no checks or transformations are performed on the value.</p>\r
 <p>This command will fail if:</p>\r
 <ol>\r
@@ -1679,7 +1680,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-May-2007 19:11:25 UTC\r
+Last updated 21-May-2007 06:13:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 280ef2058ca95e601243ae57946b80695234c41c..827a49970d77cc1af431e673323510bb94e0a391 100644 (file)
@@ -9,15 +9,15 @@ git-config - Get and set repository or global options
 SYNOPSIS
 --------
 [verse]
-'git-config' [--system | --global] [type] name [value [value_regex]]
-'git-config' [--system | --global] [type] --add name value
-'git-config' [--system | --global] [type] --replace-all name [value [value_regex]]
+'git-config' [--system | --global] name [value [value_regex]]
+'git-config' [--system | --global] --add name value
+'git-config' [--system | --global] --replace-all name [value [value_regex]]
 'git-config' [--system | --global] [type] --get name [value_regex]
 'git-config' [--system | --global] [type] --get-all name [value_regex]
-'git-config' [--system | --global] [type] --unset name [value_regex]
-'git-config' [--system | --global] [type] --unset-all name [value_regex]
-'git-config' [--system | --global] [type] --rename-section old_name new_name
-'git-config' [--system | --global] [type] --remove-section name
+'git-config' [--system | --global] --unset name [value_regex]
+'git-config' [--system | --global] --unset-all name [value_regex]
+'git-config' [--system | --global] --rename-section old_name new_name
+'git-config' [--system | --global] --remove-section name
 'git-config' [--system | --global] -l | --list
 
 DESCRIPTION
@@ -36,7 +36,8 @@ prepend a single exclamation mark in front (see EXAMPLES).
 The type specifier can be either '--int' or '--bool', which will make
 'git-config' ensure that the variable(s) are of the given type and
 convert the value to the canonical form (simple decimal number for int,
-a "true" or "false" string for bool). If no type specifier is passed,
+a "true" or "false" string for bool).  Type specifiers currently only
+take effect for reading operations.  If no type specifier is passed,
 no checks or transformations are performed on the value.
 
 This command will fail if:
index 1d691795b399ebf89ae2deec8e9870f01a7f707e..7292dc3f09db5285bad9c1df416acecd4acf47c5 100644 (file)
@@ -289,6 +289,7 @@ git-rev-list(1) Manual Page
              [ --cherry-pick ]\r
              [ --encoding[=&lt;encoding&gt;] ]\r
              [ --(author|committer|grep)=&lt;pattern&gt; ]\r
+             [ --regexp-ignore-case ] [ --extended-regexp ]\r
              [ --date={local|relative|default} ]\r
              [ [--objects | --objects-edge] [ --unpacked ] ]\r
              [ --pretty | --header ]\r
@@ -546,6 +547,23 @@ limiting may be applied.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--regexp-ignore-case\r
+</dt>\r
+<dd>\r
+<p>\r
+        Match the regexp limiting patterns without regard to letters case.\r
+</p>\r
+</dd>\r
+<dt>\r
+--extended-regexp\r
+</dt>\r
+<dd>\r
+<p>\r
+        Consider the limiting patterns to be extended regular expressions\r
+        instead of the default basic regular expressions.\r
+</p>\r
+</dd>\r
+<dt>\r
 --remove-empty\r
 </dt>\r
 <dd>\r
@@ -1056,7 +1074,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 19-May-2007 04:19:45 UTC\r
+Last updated 21-May-2007 06:13:41 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c3c2043d183e0e6c7292f5af7c28af57958c4dcd..0dba73f27607560d3e868306af78bad83dc3bfff 100644 (file)
@@ -25,6 +25,7 @@ SYNOPSIS
             [ \--cherry-pick ]
             [ \--encoding[=<encoding>] ]
             [ \--(author|committer|grep)=<pattern> ]
+            [ \--regexp-ignore-case ] [ \--extended-regexp ]
             [ \--date={local|relative|default} ]
             [ [\--objects | \--objects-edge] [ \--unpacked ] ]
             [ \--pretty | \--header ]
@@ -214,6 +215,15 @@ limiting may be applied.
        Limit the commits output to ones with log message that
        matches the specified pattern (regular expression).
 
+--regexp-ignore-case::
+
+       Match the regexp limiting patterns without regard to letters case.
+
+--extended-regexp::
+
+       Consider the limiting patterns to be extended regular expressions
+       instead of the default basic regular expressions.
+
 --remove-empty::
 
        Stop when a given path disappears from the tree.