Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4d7ad08

Browse files
committed
Update draft release notes to 1.9.2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 360f852 commit 4d7ad08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/1.9.2.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ Git v1.9.2 Release Notes
44
Fixes since v1.9.1
55
------------------
66

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+
716
* "git mv" that moves a submodule forgot to adjust the array that
817
uses to keep track of which submodules were to be moved to update
918
its configuration.

0 commit comments

Comments
 (0)