aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-04-08 12:08:59 -0700
committerJunio C Hamano <gitster@pobox.com>2014-04-08 12:08:59 -0700
commit2d1a5a5856692d839531b8963188b3bdc13f4efa (patch)
treebb4352a290d3fe7a9c02ceb2c59bf8ec70385e30
parent967f8c918465312cc6cc1bcbcfacafcf95152bd8 (diff)
parent4d7ad08f6a3ff172eba464d0037a85ecce00fd0c (diff)
downloadgit-2d1a5a5856692d839531b8963188b3bdc13f4efa.tar.gz
Merge branch 'maint'
* maint: Update draft release notes to 1.9.2
-rw-r--r--Documentation/RelNotes/1.9.2.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/1.9.2.txt b/Documentation/RelNotes/1.9.2.txt
index c755e349d3..35904d0458 100644
--- a/Documentation/RelNotes/1.9.2.txt
+++ b/Documentation/RelNotes/1.9.2.txt
@@ -4,6 +4,15 @@ Git v1.9.2 Release Notes
Fixes since v1.9.1
------------------
+ * When it is not necessary to edit a commit log message (e.g. "git
+ commit -m" is given a message without specifying "-e"), we used to
+ disable the spawning of the editor by overriding GIT_EDITOR, but
+ this means all the uses of the editor, other than to edit the
+ commit log message, are also affected.
+
+ * "git status --porcelain --branch" showed its output with labels
+ "ahead/behind/gone" translated to the user's locale.
+
* "git mv" that moves a submodule forgot to adjust the array that
uses to keep track of which submodules were to be moved to update
its configuration.