Function: magit-dired-unstage
magit-dired-unstage is an autoloaded, interactive and byte-compiled
function defined in magit-dired.el.
Signature
(magit-dired-unstage)
Documentation
In Dired, unstaged all marked files or the file at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-dired.el
;;;###autoload
(defun magit-dired-unstage ()
"In Dired, unstaged all marked files or the file at point."
(interactive)
(magit-unstage-files (dired-get-marked-files)))