blob: 075f1c070a6b75b605bbe8163f4c876b3d6fbde8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Magit v2.6.1 Release Notes
==========================
Fixes since v2.6.0
------------------
* When a submodule is manually removed without staging the removal,
then the status buffer could no longer be updated.
* In some cases not all modified submodules were shown in the status
buffer.
* Visiting a blob did turn on `diff-hl-mode' if the global mode is on.
* Stash and wipref were needlessly signed if signing is enabled.
* The command `git-commit-save-message' did not strip diffs produced
by `git commit --verbose'.
* Diffs produced by `git commit --verbose' were not completely
highlighted in the commit message buffer.
* When the commit message buffer contains nothing but a single line
that does not end with a newline, then a warning was shown about
there being a non-empty second line.
* When installing from Melpa, `async-bytecomp-package-mode' was no
longer activated early enough.
This release also contains documentation updates, typofixes, fixes for
minor bugs, and other small improvements.
Authors
-------
14 Jonas Bernoulli
5 Kyle Meyer
1 Fritz Grabo
1 Ingo Lohmar
1 Noam Postavsky
|