Function: magit-snapshot-save

magit-snapshot-save is a byte-compiled function defined in magit-stash.el.

Signature

(magit-snapshot-save INDEX WORKTREE UNTRACKED &optional REFRESH)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-stash.el
(defun magit-snapshot-save (index worktree untracked &optional refresh)
  (magit-stash-save (concat "WIP on " (magit-stash-summary))
                    index worktree untracked refresh t))