Function: magit-notes-merge-commit

magit-notes-merge-commit is an interactive and byte-compiled function defined in magit-notes.el.

Signature

(magit-notes-merge-commit)

Documentation

Commit the current notes ref merge.

Also see magit-notes-merge.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-notes.el
(defun magit-notes-merge-commit ()
  "Commit the current notes ref merge.
Also see `magit-notes-merge'."
  (interactive)
  (magit-run-git-with-editor "notes" "merge" "--commit"))