Function: magit-diff
magit-diff is an autoloaded, interactive and byte-compiled function
defined in magit-diff.el.
Signature
(magit-diff)
Documentation
Show changes between different versions.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
;;;###autoload(autoload 'magit-diff "magit-diff" nil t)
(transient-define-prefix magit-diff ()
"Show changes between different versions."
:man-page "git-diff"
:class 'magit-diff-prefix
'magit-diff-infix-arguments
["Actions"
[("d" "Dwim" magit-diff-dwim)
("r" "Diff range" magit-diff-range)
("p" "Diff paths" magit-diff-paths)]
[("u" "Diff unstaged" magit-diff-unstaged)
("s" "Diff staged" magit-diff-staged)
("w" "Diff worktree" magit-diff-working-tree)]
[("c" "Show commit" magit-show-commit)
("t" "Show stash" magit-stash-show)]])