diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-30 15:22:06 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2015-08-30 15:23:00 +0200 |
| commit | 9aecd69bcaf178fb82fa43bfe70de70ca4031280 (patch) | |
| tree | bd5c8221dd3b2a3e4783e33007388236b7197d27 /Documentation | |
| parent | 8b60952cffa89e03a3691049bbf26502351f4fbf (diff) | |
add preliminary release notes for v2.2.2
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/RelNotes/2.2.2.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.2.2.txt b/Documentation/RelNotes/2.2.2.txt new file mode 100644 index 0000000..c118869 --- /dev/null +++ b/Documentation/RelNotes/2.2.2.txt @@ -0,0 +1,37 @@ +Magit v2.2.2 Release Notes +========================== + +UNRELEASED. + +This is a bugfix release. + +* `magit-toplevel' did not follow symlinks to subdirectories of + repositories. #2135 #2209 + +* `magit-diff-wash-diff' choked on unmerged binary files. #2211 + +* `magit-blame-popup' did not allow empty input when reading a value + for "-C" or "-M". #2208 + +* The `emacsclient' executables belonging to non-current alternative + installations of Emacs on Debian were not considered when setting + the default value of `with-editor-emacsclient-executable'. #2217 + +* `server-edit', which switches to a buffer preferably one with + another client, was used when finishing or aborting a `with-editor' + session. When `emacsclient' was used to connect to a server and + then a commit or rebase was invoked, then there would be another + client and switching to its buffer after finishing the commit or + rebase would be undesirable. Now we use `server-done' instead. + #2197 + +* When `--stat' abbreviates the name of a file, then that name was + stored in the section object instead of the full name. #2199 + +* `magit-file-relative-name' with non-nil TRACKED failed in Tramp + repositories. #2206 + +* After failing to clone, `magit-clone' also tried to show the status + of the non-existent clone. #2203 + +This release also contains various documentation fixes. |
