Function: magit-diff-unstaged

magit-diff-unstaged is an autoloaded, interactive and byte-compiled function defined in magit-diff.el.

Signature

(magit-diff-unstaged &optional ARGS FILES)

Documentation

Show changes between the working tree and the index.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
;;;###autoload
(defun magit-diff-unstaged (&optional args files)
  "Show changes between the working tree and the index."
  (interactive (magit-diff-arguments))
  (magit-diff-setup-buffer nil nil args files 'unstaged))