From 312a30eb5d1926df19c756ba89561507f3cefdc7 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 12 Jul 2010 20:58:38 +0200 Subject: format-patch: document the format.to configuration setting [jc: with simplification from Jonathan Nieder] Signed-off-by: Miklos Vajna Signed-off-by: Junio C Hamano --- Documentation/config.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/config.txt b/Documentation/config.txt index ae174c99db..1029bc46ca 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -870,9 +870,11 @@ format.headers:: Additional email headers to include in a patch to be submitted by mail. See linkgit:git-format-patch[1]. +format.to:: format.cc:: - Additional "Cc:" headers to include in a patch to be submitted - by mail. See the --cc option in linkgit:git-format-patch[1]. + Additional recipients to include in a patch to be submitted + by mail. See the --to and --cc options in + linkgit:git-format-patch[1]. format.subjectprefix:: The default for format-patch is to output files with the '[PATCH]' -- cgit v1.2.3 From 1b79d1c2a8a90419238f7213870ab1dc465082fe Mon Sep 17 00:00:00 2001 From: Oren Held Date: Tue, 13 Jul 2010 15:01:40 +0300 Subject: git fetch documentation: describe short '-p' synonym to '--prune' option It's already implemented, just undocumented. Signed-off-by: Oren Held Signed-off-by: Junio C Hamano --- Documentation/fetch-options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Documentation') diff --git a/Documentation/fetch-options.txt b/Documentation/fetch-options.txt index 044ec882cc..9333c42c55 100644 --- a/Documentation/fetch-options.txt +++ b/Documentation/fetch-options.txt @@ -34,6 +34,7 @@ ifndef::git-pull[] Allow several and arguments to be specified. No s may be specified. +-p:: --prune:: After fetching, remove any remote tracking branches which no longer exist on the remote. -- cgit v1.2.3