Next: Status Options, Previous: Status Header Sections, Up: Status Buffer [Contents][Index]
The contents of status buffers is controlled using the hook
magit-status-sections-hook
(see Status Sections).
By default magit-insert-modules
is not a member of that hook
variable.
Insert submodule sections.
Hook magit-module-sections-hook
controls which module sections are
inserted, and option magit-module-sections-nested
controls whether
they are wrapped in an additional section.
Hook run by magit-insert-modules
.
This option controls whether magit-insert-modules
wraps inserted
sections in an additional section.
If this is non-nil, then only a single top-level section is inserted.
If it is nil, then all sections listed in magit-module-sections-hook
become top-level sections.
Insert sections for all submodules. For each section insert the
path, the branch, and the output of git describe --tags
,
or, failing that, the abbreviated HEAD commit hash.
Press RET
on such a submodule section to show its own status buffer.
Press RET
on the "Modules" section to display a list of submodules
in a separate buffer. This shows additional information not
displayed in the super-repository’s status buffer.
Insert sections for modules that haven’t been pulled from the upstream yet. These sections can be expanded to show the respective commits.
Insert sections for modules that haven’t been pulled from the push-remote yet. These sections can be expanded to show the respective commits.
Insert sections for modules that haven’t been pushed to the upstream yet. These sections can be expanded to show the respective commits.
Insert sections for modules that haven’t been pushed to the push-remote yet. These sections can be expanded to show the respective commits.
Next: Status Options, Previous: Status Header Sections, Up: Status Buffer [Contents][Index]