Function: magit-list-submodules

magit-list-submodules is an autoloaded, interactive and byte-compiled function defined in magit-submodule.el.

Signature

(magit-list-submodules)

Documentation

Display a list of the current repository's populated submodules.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-submodule.el
;;; List

;;;###autoload
(defun magit-list-submodules ()
  "Display a list of the current repository's populated submodules."
  (interactive)
  (magit-submodule-list-setup magit-submodule-list-columns))