git submodule summary [commit] [path...]

Show commit summary between the given commit (defaults to HEAD) and working tree/index

Arguments

NameDescription
commit
pathfilepaths

Options

NameDescription
--cachedThis command will recurse into the registered submodules, and sync any nested submodules within
--filesShow the series of commits in the submodule between the index of the super project and the working tree of the submodule
-n <n>Limit the summary size (number of commits shown in total). Giving 0 will disable the summary; a negative number means unlimited (the default). This limit only applies to modified submodules. The size is always limited to 1 for added/deleted/typechanged submodules
--summary-limit <n>Limit the summary size (number of commits shown in total). Giving 0 will disable the summary; a negative number means unlimited (the default). This limit only applies to modified submodules. The size is always limited to 1 for added/deleted/typechanged submodules
--Everything after this is an argument