aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.6.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.6.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.6.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.6.1.txt40
1 files changed, 0 insertions, 40 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.6.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.6.1.txt
deleted file mode 100644
index 075f1c0..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.6.1.txt
+++ /dev/null
@@ -1,40 +0,0 @@
-Magit v2.6.1 Release Notes
-==========================
-
-Fixes since v2.6.0
-------------------
-
-* When a submodule is manually removed without staging the removal,
- then the status buffer could no longer be updated.
-
-* In some cases not all modified submodules were shown in the status
- buffer.
-
-* Visiting a blob did turn on `diff-hl-mode' if the global mode is on.
-
-* Stash and wipref were needlessly signed if signing is enabled.
-
-* The command `git-commit-save-message' did not strip diffs produced
- by `git commit --verbose'.
-
-* Diffs produced by `git commit --verbose' were not completely
- highlighted in the commit message buffer.
-
-* When the commit message buffer contains nothing but a single line
- that does not end with a newline, then a warning was shown about
- there being a non-empty second line.
-
-* When installing from Melpa, `async-bytecomp-package-mode' was no
- longer activated early enough.
-
-This release also contains documentation updates, typofixes, fixes for
-minor bugs, and other small improvements.
-
-Authors
--------
-
- 14 Jonas Bernoulli
- 5 Kyle Meyer
- 1 Fritz Grabo
- 1 Ingo Lohmar
- 1 Noam Postavsky