<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
<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
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
</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
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
-----------
--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
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
</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
</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
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.