1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-10-31 14:27:54 +01:00

Merge branch 'maint'

* maint:
  Update draft release notes to 1.9.2
This commit is contained in:
Junio C Hamano 2014-04-08 12:08:59 -07:00
commit 2d1a5a5856

View file

@ -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.