Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.9.2
author
Junio C Hamano
<gitster@pobox.com>
Tue, 8 Apr 2014 19:08:34 +0000
(12:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 8 Apr 2014 19:08:34 +0000
(12:08 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.9.2.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
360f852
)
diff --git
a/Documentation/RelNotes/1.9.2.txt
b/Documentation/RelNotes/1.9.2.txt
index c755e349d338e7f6dcea6934fc8c4416527e74d4..35904d0458e97d3c86761849de0e3999094f63cf 100644
(file)
--- 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
------------------
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.
* "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.