We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 967f8c9 + 4d7ad08 commit 2d1a5a5Copy full SHA for 2d1a5a5
Documentation/RelNotes/1.9.2.txt
@@ -4,6 +4,15 @@ Git v1.9.2 Release Notes
4
Fixes since v1.9.1
5
------------------
6
7
+ * When it is not necessary to edit a commit log message (e.g. "git
8
+ commit -m" is given a message without specifying "-e"), we used to
9
+ disable the spawning of the editor by overriding GIT_EDITOR, but
10
+ this means all the uses of the editor, other than to edit the
11
+ commit log message, are also affected.
12
+
13
+ * "git status --porcelain --branch" showed its output with labels
14
+ "ahead/behind/gone" translated to the user's locale.
15
16
* "git mv" that moves a submodule forgot to adjust the array that
17
uses to keep track of which submodules were to be moved to update
18
its configuration.
0 commit comments