From ddc5ad42455c543f47bb8c40a7c74cbcd9c0283c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 27 Jun 2007 07:14:52 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.5.2.2-585-g9cc0 --- git-config.html | 25 ++++++++++++++++++++----- git-config.txt | 18 ++++++++++++++---- git-send-email.html | 14 +++++++++++++- git-send-email.txt | 7 +++++++ 4 files changed, 54 insertions(+), 10 deletions(-) diff --git a/git-config.html b/git-config.html index c5c4d2e71..4d68c521a 100644 --- a/git-config.html +++ b/git-config.html @@ -273,16 +273,17 @@ git-config(1) Manual Page

SYNOPSIS

-
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

@@ -386,6 +387,7 @@ you use --global option without $HOME being properly set.

Like --get-all, but interprets the name as a regular expression. + Also outputs the key names.

@@ -471,6 +473,19 @@ rather than from all available files.

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

@@ -1777,7 +1792,7 @@ transfer.unpackLimit diff --git a/git-config.txt b/git-config.txt index f2c67176f..a44578166 100644 --- a/git-config.txt +++ b/git-config.txt @@ -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 <>. 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 diff --git a/git-send-email.html b/git-send-email.html index dd8444dd9..fe6048ae0 100644 --- a/git-send-email.html +++ b/git-send-email.html @@ -401,6 +401,18 @@ enabled interface to provide the necessary information.

+--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
@@ -496,7 +508,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.

diff --git a/git-send-email.txt b/git-send-email.txt index 946bd76af..1f5d57d42 100644 --- a/git-send-email.txt +++ b/git-send-email.txt @@ -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. -- 2.26.2