Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  Update draft release notes to 1.9.2
  • Loading branch information
Junio C Hamano committed Apr 8, 2014
2 parents 967f8c9 + 4d7ad08 commit 2d1a5a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/1.9.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2d1a5a5

Please sign in to comment.