Function: magit-insert-cherry-commits

magit-insert-cherry-commits is a byte-compiled function defined in magit-log.el.

Signature

(magit-insert-cherry-commits)

Documentation

Insert commit sections into a magit-cherry-mode buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-log.el
(defun magit-insert-cherry-commits ()
  "Insert commit sections into a `magit-cherry-mode' buffer."
  (magit-insert-section (cherries)
    (magit-insert-heading t "Cherry commits")
    (magit-git-wash (apply-partially #'magit-log-wash-log 'cherry)
      "cherry" "-v" "--abbrev"
      magit-buffer-cherry-upstream
      magit-buffer-refname)))