Function: magit-notes-merge-abort

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

Signature

(magit-notes-merge-abort)

Documentation

Abort 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-abort ()
  "Abort the current notes ref merge.
Also see `magit-notes-merge'."
  (interactive)
  (magit-run-git-with-editor "notes" "merge" "--abort"))