aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.3.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.3.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.3.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.3.1.txt31
1 files changed, 0 insertions, 31 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.3.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.3.1.txt
deleted file mode 100644
index b1d1291..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.3.1.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-Magit v2.3.1 Release Notes
-==========================
-
-Released 11 November 2015 by Jonas Bernoulli.
-
-This is a bugfix release.
-
-* `magit-stash-drop' now shows a message with the hash of the dropped
- stash to make it easier to recover from dropping the wrong stash.
-
-* `magit-revert-buffers' now avoids needlessly connecting to unrelated
- hosts. It first checks whether a given file is on the same host as
- the repository, and only if that is so it checks whether the file is
- located inside the repository, using `file-in-directory-p', which,
- for Tramp files, requires connecting to the remote host.
-
-* `magit-commit-message-buffer' no longer hangs when a symlink to the
- repository is involved.
-
-This release also contains various documentation fixes and code
-clean-ups.
-
-Authors
--------
-
- 10 Jonas Bernoulli
- 3 Noam Postavsky
- 2 Kyle Meyer
- 1 Carl Lieberman
- 1 David L. Rager
- 1 Syohei Yoshida