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-05 01:19:30 -0400
committerJack Jamison <jackqjamison@gmail.com>2026-07-05 01:19:30 -0400
commitbdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 (patch)
treec4524e6c41aa5107211103401dabfaefc81aa882 /.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
parentfe3984f541bd32bdfa418afb305b614176b55ca0 (diff)
add a bunch of emacs packages HELP
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, 34 insertions, 0 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
new file mode 100644
index 0000000..3447dab
--- /dev/null
+++ b/.config/emacs/lisp/magit/docs/RelNotes/2.13.1.txt
@@ -0,0 +1,34 @@
+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