Function: magit-diff-hunk-region-header

magit-diff-hunk-region-header is a byte-compiled function defined in magit-diff.el.

Signature

(magit-diff-hunk-region-header SECTION)

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defun magit-diff-hunk-region-header (section)
  (let ((patch (magit-diff-hunk-region-patch section)))
    (string-match "\n" patch)
    (substring patch 0 (1- (match-end 0)))))