aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.90.1.org
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.90.1.org
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.90.1.org')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.90.1.org39
1 files changed, 0 insertions, 39 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.90.1.org b/.config/emacs/lisp/magit/docs/RelNotes/2.90.1.org
deleted file mode 100644
index 2c601f8..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.90.1.org
+++ /dev/null
@@ -1,39 +0,0 @@
-* Magit v2.90.1 Release Notes
-** Changes since v2.90.0
-
-- Added ~bug-reference-mode~ to ~git-commit-setup-hook~. e19e8fb1e
-
-- The "Version" column in ~magit-submodule-list-mode~ and
- ~magit-repolist-mode~ buffers now shows when a repository is dirty.
- 0b86dbfd6
-
-- Added new command ~magit-log-merged~. This command requires
- ~git-when-merged~ (https://github.com/mhagger/git-when-merged). It
- isn't bound in ~magit-log-popup~ by default. To add it, you can use
- something like
-
- #+BEGIN_SRC emacs-lisp
- (magit-define-popup-action 'magit-log-popup
- ?m "Log commit's merge" 'magit-log-merged)
- #+END_SRC
-
- #3657
-
-** Fixes since v2.90.0
-
-- Bumped the minimal required version of ~git-commit~ to the correct
- version. e9bd33758
-
-- Dropped the new "v" prefix that we started to add to release tags
- starting with the previous release in places where that prefix is
- undesirable. f441cf6d7
-
-- Staging and unstaging submodules while ~diff.submodule~'s value is ~log~
- broke shortly before the v2.90.0 release. #3654
-
-* Authors
-
- 10 Jonas Bernoulli
- 1 Allen Li
- 1 Kevin Brubeck Unhammer
- 1 Kyle Meyer