From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: Re: [ANNOUNCE] Git 1.7.0.rc1
Date: Sun, 31 Jan 2010 04:14:46 -0500 [thread overview]
Message-ID: <20100131091446.GA25704@coredump.intra.peff.net> (raw)
In-Reply-To: <7v8wbeg0qp.fsf@alter.siamese.dyndns.org>
On Sun, Jan 31, 2010 at 12:03:10AM -0800, Junio C Hamano wrote:
> Perhaps. A patch with nice description, please?
How about this? We could also drop it from the "bells and whistles"
section; I don't have a preference.
-- >8 --
Subject: [PATCH] mention new shell execution behavior in release notes
This is already in the "bells and whistles" section, but it
also has a slight chance of breakage, so let's also mention
it in the "changed behaviors" section.
Signed-off-by: Jeff King <peff@peff.net>
---
Documentation/RelNotes-1.7.0.txt | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Documentation/RelNotes-1.7.0.txt b/Documentation/RelNotes-1.7.0.txt
index 997b026..f33e85d 100644
--- a/Documentation/RelNotes-1.7.0.txt
+++ b/Documentation/RelNotes-1.7.0.txt
@@ -38,6 +38,13 @@ Notes on behaviour change
whitespaces is reported with zero exit status when run with
--exit-code, and there is no "diff --git" header for such a change.
+ * external diff and textconv helpers are now executed using the shell.
+ This makes them consistent with other programs executed by git, and
+ allows you to pass command-line parameters to the helpers. Any helper
+ paths containing spaces or other metacharacters now need to be
+ shell-quoted. The affected helpers are GIT_EXTERNAL_DIFF in the
+ environment, and diff.*.command and diff.*.textconv in the config
+ file.
Updates since v1.6.6
--------------------
--
1.7.0.rc1.8.g1a26
next prev parent reply other threads:[~2010-01-31 9:14 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-30 22:53 [ANNOUNCE] Git 1.7.0.rc1 Junio C Hamano
2010-01-31 1:12 ` Sverre Rabbelier
2010-01-31 7:56 ` Ilari Liusvaara
2010-01-31 3:52 ` Anders Kaseorg
2010-01-31 7:32 ` Jeff King
2010-01-31 8:03 ` Junio C Hamano
2010-01-31 9:14 ` Jeff King [this message]
2010-01-31 19:23 ` Junio C Hamano
2010-01-31 9:36 ` Matthieu Moy
2010-01-31 18:28 ` Junio C Hamano
2010-02-01 18:09 ` [PATCH] Updates for dirty submodules in release notes and user manual Jens Lehmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100131091446.GA25704@coredump.intra.peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).