Function: magit-insert-modules-unpushed-to-pushremote
magit-insert-modules-unpushed-to-pushremote is an autoloaded and
byte-compiled function defined in magit-submodule.el.
Signature
(magit-insert-modules-unpushed-to-pushremote)
Documentation
Insert sections for modules that haven't been pushed to the push-remote.
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-pushremote ()
"Insert sections for modules that haven't been pushed to the push-remote.
These sections can be expanded to show the respective commits."
(magit--insert-modules-logs "Modules unpushed to @{push}"
'modules-unpushed-to-pushremote
"@{push}..HEAD"))