diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 01:19:30 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 01:19:30 -0400 |
| commit | bdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 (patch) | |
| tree | c4524e6c41aa5107211103401dabfaefc81aa882 /.config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt | |
| parent | fe3984f541bd32bdfa418afb305b614176b55ca0 (diff) | |
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt')
| -rw-r--r-- | .config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt b/.config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt new file mode 100644 index 0000000..1a77c40 --- /dev/null +++ b/.config/emacs/lisp/magit/docs/RelNotes/2.10.3.txt @@ -0,0 +1,41 @@ +Magit v2.10.3 Release Notes +=========================== + +Changes since v2.10.2 +--------------------- + +* The new command `magit-do-async-shell-command' opens the file at + point with `dired-do-async-shell-command'. "&" is now bound to + this command. #2992 + +Fixes since v2.10.2 +------------------- + +* The command `magit-bisect-run' now uses a shell to run the command + entered in response to the "Enter shell command" prompt. #3001 + +* Discarding a renamed file failed if the original file was within a + directory that no longer existed. #2998 + +* When inserting information about a rebase in progress into the + status buffer, "exec" lines were treated as a commit, leading to an + error. #3002 + +* The command `magit-blame' failed in blob-visiting buffers if the + corresponding file no longer exists in the HEAD or the index. + +* The command `magit-remote-add' asked whether to set the new remote + as the `remote.pushDefault', when that variable is already set and + and it was configured not to ask in that case. 4f565039 + +This release also contains typo fixes and documentation improvements. + +Authors +------- + + 10 Jonas Bernoulli + 2 Kyle Meyer + 1 Basil L. Contovounesios + 1 Damien Cassou + 1 Duianto Vebotci + 1 Noam Postavsky |
