Function: magit-insert-modules-unpushed-to-upstream
magit-insert-modules-unpushed-to-upstream is a byte-compiled function
defined in magit-submodule.el.
Signature
(magit-insert-modules-unpushed-to-upstream)
Documentation
Insert sections for modules that haven't been pushed to the upstream.
These sections can be expanded to show the respective commits.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-submodule.el
;;;###autoload
(defun magit-insert-modules-unpushed-to-upstream ()
"Insert sections for modules that haven't been pushed to the upstream.
These sections can be expanded to show the respective commits."
(magit--insert-modules-logs "Modules unmerged into @{upstream}"
'modules-unpushed-to-upstream
"@{upstream}..HEAD"))