Function: magit-blame

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

Signature

(magit-blame)

Documentation

Show the commits that added or removed lines in the visited file.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-blame.el
;;; Options

(defgroup magit-blame nil
  "Blame support for Magit."
  :link '(info-link "(magit)Blaming")
  :group 'magit-modes)