aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt
new file mode 100644
index 0000000..1d5ec52
--- /dev/null
+++ b/.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt
@@ -0,0 +1,45 @@
+Magit v2.2.2 Release Notes
+==========================
+
+Released 3 September 2015 by Jonas Bernoulli.
+
+This is a bugfix release.
+
+* `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
+
+* `magit-wip-log' did not display a log if the working tree or index
+ ref did not exist.
+
+This release also contains various documentation fixes and code
+clean-ups.
+
+Authors
+-------
+
+ 29 Jonas Bernoulli
+ 5 Kyle Meyer
+ 1 Barak A. Pearlmutter