Function: magit-stashes-mode

magit-stashes-mode is a byte-compiled function defined in magit-stash.el.

Signature

(magit-stashes-mode)

Documentation

Mode for looking at lists of stashes.

In addition to any hooks its parent mode magit-reflog-mode might have run, this mode runs the hook magit-stashes-mode-hook, as the final or penultimate step during initialization.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(define-derived-mode magit-stashes-mode magit-reflog-mode "Magit Stashes"
  "Mode for looking at lists of stashes."
  :interactive nil
  :group 'magit-log
  (magit-hack-dir-local-variables))