aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.10.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.10.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.10.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.10.1.txt57
1 files changed, 0 insertions, 57 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.10.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.10.1.txt
deleted file mode 100644
index 7f90600..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.10.1.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-Magit v2.10.1 Release Notes
-===========================
-
-Changes since v2.10.0
----------------------
-
-* The command `ido-enter-magit-status' is now being autoloaded. #2918
-
-* The minor-mode `bug-reference-mode' is now being suggested when
- customizing `magit-revision-mode-hook' and `git-commit-setup-hook'.
- e0d57c49
-
-* The function `magit-version' can now deal with the Magit libraries
- being symlinked to, which is required for the new `straight' package
- manager. #2967
-
-Fixes since v2.10.0
--------------------
-
-* When multiple stashes were selected by the region, responding "no"
- when asked to confirm the deletion of these stashes resulted in a
- type error. #2917
-
-* The function `magit-split-range' choked on ranges if one of the
- revisions was omitted, breaking a diff variant and potentially
- other uses as well. #2928
-
-* The function `magit-commit-setup' called without an argument, which
- causes the option `enable-local-variables' to be ignored. #2946
-
-* When committing inside a repository that was created using `git
- init --separate-git-dir', the diff buffer was empty, instead of
- showing the changes about to be committed. For some reason that
- git command, unlike other commands that do essentially the same
- thing, does not set `core.worktree', which confused Magit. #2955
-
-* In the repository list buffer, the columns that are supposed to list
- unpushed and unpulled commit counts, were blank. #2960
-
-* The command `magit-reflog-head' did not properly format reflog lines
- for branch renaming events. 2a268e20
-
-* The commands `magit-diff-show-or-scroll-down' and
- `magit-diff-or-scroll-up' scrolled instead of updated the revision
- or stash buffer, when that already showed the requested reference
- but that reference no longer pointed at the same revision. #2966
-
-This release also contains typo fixes and other documentation fixes.
-
-Authors
--------
-
- 16 Jonas Bernoulli
- 4 Kyle Meyer
- 2 Alex Kost
- 1 Kévin Le Gouguec
- 1 Radon Rosborough