aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2026-07-30 20:09:00 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-30 20:18:37 -0400
commit8c4e09dff83847ac7f07bf1da7751e9328006c4d (patch)
treea0e245567ce225f8bcb63b66e4d2373b5d033e4a /.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
parent1e33b30749bb1043ffc6ceb5a2fb0977446788b3 (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.13.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
deleted file mode 100644
index 3447dab..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Magit v2.13.1 Release Notes
-===========================
-
-Fixes since v2.13.0
--------------------
-
-* The prompt used by `magit-rebase-interactive-assert' was wrong.
- 37d76f409
-
-* `magit-rebase-autosquash' asked for confirmation when the user
- already confirmed earlier. 02e6c75b6
-
-* `magit-log-wash-rev` errored in ~magit-cherry-mode~, starting with
- Emacs 26.1. 1ee577b35
-
-* Magit used a completion function to make the built-in completion
- respect the collection's order. Even though that wasn't necessary
- for Ivy and Helm it did the same here, which became a problem when a
- change in Helm caused fuzzy completion to break in combination with
- a completion function. Likewise a change in Ivy caused Magit's sort
- order to be ignored, which we work around now. #3476, #3477
-
-* When using cygwin, then `git-commit-setup-font-lock' could end up
- trying to run git in a non-existent directory. #3505
-
-* `magit-insert-modules-unpushed-to-pushremote' failed to insert
- anything due to a typo in the used commit range. d4e159f35
-
-Authors
--------
-
- 11 Jonas Bernoulli
- 8 Kyle Meyer
- 5 Noam Postavsky