aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/magit/docs/RelNotes/2.2.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.2.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.2.1.txt')
-rw-r--r--.config/emacs/lisp/magit/docs/RelNotes/2.2.1.txt45
1 files changed, 0 insertions, 45 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.2.1.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.2.1.txt
deleted file mode 100644
index 11771bf..0000000
--- a/.config/emacs/lisp/magit/docs/RelNotes/2.2.1.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-Magit v2.2.1 Release Notes
-==========================
-
-Released 24 August 2015 by Jonas Bernoulli.
-
-This is a bugfix release.
-
-* The version strings in the manual were not set to "2.2" when v2.2.0
- was released.
-
-* Some menu bindings were not adjusted when commands were renamed.
-
-* The "next" tag was never shown in the "Tag(s)" header of the status
- buffer.
-
-* Blaming did not abort gracefully when the user killed the buffer.
-
-* Blaming failed on indirect buffers.
-
-* Blaming did not detect when a file was untracked.
-
-* Blaming passed the wrong line range when the file's buffer was
- narrowed.
-
-* `magit-shell-command-topdir' used `magit-git-command' instead of
- `magit-shell-command'.
-
-* `magit-copy-as-kill' added "nil" to the `kill-ring' when there was
- nothing useful to put there.
-
-* `magit-find-file-hook', `magit-find-index-hook',
- `magit-refresh-popup-buffer-hook' were used without being defined
- using `defvar'.
-
-* `magit-format-ref-labels' failed to work around a Git bug, resulting
- in refnames not being colorized when `--simplify-by-decoration' is
- used.
-
-This release also contains various documentation fixes.
-
-Authors
--------
-
- 16 Jonas Bernoulli
- 11 Kyle Meyer