From cb2ed324fc917db0b79d7b1f3756575ffa5f70d5 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 2 Apr 2012 13:07:58 -0700 Subject: Git 1.7.9.6 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.9.6.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/RelNotes/1.7.9.6.txt (limited to 'Documentation/RelNotes') diff --git a/Documentation/RelNotes/1.7.9.6.txt b/Documentation/RelNotes/1.7.9.6.txt new file mode 100644 index 000000000..74bf8825e --- /dev/null +++ b/Documentation/RelNotes/1.7.9.6.txt @@ -0,0 +1,12 @@ +Git v1.7.9.6 Release Notes +========================== + +Fixes since v1.7.9.5 +-------------------- + + * "git merge $tag" to merge an annotated tag always opens the editor + during an interactive edit session. v1.7.10 series introduced an + environment variable GIT_MERGE_AUTOEDIT to help older scripts decline + this behaviour, but the maintenance track should also support it. + +Also contains minor fixes and documentation updates. -- cgit v1.2.1