Autogenerated HTML docs for v1.5.2.2-585-g9cc0
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 27 Jun 2007 07:14:52 +0000 (07:14 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 27 Jun 2007 07:14:52 +0000 (07:14 +0000)
git-config.html
git-config.txt
git-send-email.html
git-send-email.txt

index c5c4d2e713700daace0cd005b6b146fc451650ad..4d68c521a41cc441c7a1092710f4f19ab80cd208 100644 (file)
@@ -273,16 +273,17 @@ 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] name [value [value_regex]]\r
+<div class="content"><em>git-config</em> [--system | --global] [-z|--null] 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] [-z|--null] --get name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] [-z|--null] --get-all name [value_regex]\r
+<em>git-config</em> [--system | --global] [type] [-z|--null] --get-regexp name_regex [value_regex]\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
+<em>git-config</em> [--system | --global] [-z|--null] -l | --list</div></div>\r
 </div>\r
 <h2>DESCRIPTION</h2>\r
 <div class="sectionbody">\r
@@ -386,6 +387,7 @@ you use <em>--global</em> option without $HOME being properly set.
 <dd>\r
 <p>\r
         Like --get-all, but interprets the name as a regular expression.\r
+        Also outputs the key names.\r
 </p>\r
 </dd>\r
 <dt>\r
@@ -471,6 +473,19 @@ rather than from all available files.</p>
         by 1024, 1048576, or 1073741824 prior to output.\r
 </p>\r
 </dd>\r
+<dt>\r
+-z, --null\r
+</dt>\r
+<dd>\r
+<p>\r
+        For all options that output values and/or keys, always\r
+        end values with with the null character (instead of a\r
+        newline). Use newline instead as a delimiter between\r
+        key and value. This allows for secure parsing of the\r
+        output without getting confused e.g. by values that\r
+        contain line breaks.\r
+</p>\r
+</dd>\r
 </dl>\r
 </div>\r
 <h2><a id="FILES"></a>FILES</h2>\r
@@ -1777,7 +1792,7 @@ transfer.unpackLimit
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Jun-2007 09:48:58 UTC\r
+Last updated 27-Jun-2007 07:14:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index f2c67176f451483abdbe862fd5d1cc8fe6b67aac..a44578166487d57ef8a17f687e27e5939c4bdc7a 100644 (file)
@@ -9,16 +9,17 @@ git-config - Get and set repository or global options
 SYNOPSIS
 --------
 [verse]
-'git-config' [--system | --global] name [value [value_regex]]
+'git-config' [--system | --global] [-z|--null] 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] [-z|--null] --get name [value_regex]
+'git-config' [--system | --global] [type] [-z|--null] --get-all name [value_regex]
+'git-config' [--system | --global] [type] [-z|--null] --get-regexp name_regex [value_regex]
 '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
+'git-config' [--system | --global] [-z|--null] -l | --list
 
 DESCRIPTION
 -----------
@@ -73,6 +74,7 @@ OPTIONS
 
 --get-regexp::
        Like --get-all, but interprets the name as a regular expression.
+       Also outputs the key names.
 
 --global::
        For writing options: write to global ~/.gitconfig file rather than
@@ -116,6 +118,14 @@ See also <<FILES>>.
        in the config file will cause the value to be multiplied
        by 1024, 1048576, or 1073741824 prior to output.
 
+-z, --null::
+       For all options that output values and/or keys, always
+       end values with with the null character (instead of a
+       newline). Use newline instead as a delimiter between
+       key and value. This allows for secure parsing of the
+       output without getting confused e.g. by values that
+       contain line breaks.
+
 
 [[FILES]]
 FILES
index dd8444dd9bf9958e5768efdc5746dbb108717866..fe6048ae06ecf90f39c7b59e27b6818531844093 100644 (file)
@@ -401,6 +401,18 @@ enabled interface to provide the necessary information.</p>
 </p>\r
 </dd>\r
 <dt>\r
+--threaded, --no-threaded\r
+</dt>\r
+<dd>\r
+<p>\r
+        If this is set, the In-Reply-To header will be set on each email sent.\r
+        If disabled with "--no-threaded", no emails will have the In-Reply-To\r
+        header set.\r
+        Default is the value of the <em>sendemail.threaded</em> configuration value;\r
+        if that is unspecified, default to --threaded.\r
+</p>\r
+</dd>\r
+<dt>\r
 --dry-run\r
 </dt>\r
 <dd>\r
@@ -496,7 +508,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 16-Jun-2007 09:49:21 UTC\r
+Last updated 27-Jun-2007 07:14:34 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 946bd76afc5bf9de22917bb4f4c1d8b44c745503..1f5d57d42fa56b3bc2115006a760df6420a462b2 100644 (file)
@@ -86,6 +86,13 @@ The --cc option must be repeated for each user you want on the cc list.
        Do not add the From: address to the cc: list, if it shows up in a From:
        line.
 
+--threaded, --no-threaded::
+       If this is set, the In-Reply-To header will be set on each email sent.
+       If disabled with "--no-threaded", no emails will have the In-Reply-To
+       header set.
+       Default is the value of the 'sendemail.threaded' configuration value;
+       if that is unspecified, default to --threaded.
+
 --dry-run::
        Do everything except actually send the emails.