diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:09:00 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 20:18:37 -0400 |
| commit | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch) | |
| tree | a0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt | |
| parent | 1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (diff) | |
actual final changes and get rid of junk in lisp dir
actually works fine
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.txt | 45 |
1 files changed, 0 insertions, 45 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 deleted file mode 100644 index 1d5ec52..0000000 --- a/.config/emacs/lisp/magit/docs/RelNotes/2.2.2.txt +++ /dev/null @@ -1,45 +0,0 @@ -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 |
