Function: magit-smerge-keep-all
magit-smerge-keep-all is an interactive and byte-compiled function
defined in magit-apply.el.
Signature
(magit-smerge-keep-all)
Documentation
Keep all versions of the conflict at point.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-apply.el
(defun magit-smerge-keep-all ()
"Keep all versions of the conflict at point."
(interactive)
(magit-call-smerge #'smerge-keep-all))