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