git submodule summary [commit] [path...]
Show commit summary between the given commit (defaults to HEAD) and working tree/index
Arguments
Name | Description |
---|
commit | |
path | filepaths |
Options
Name | Description |
---|
--cached | This command will recurse into the registered submodules, and sync any nested submodules within |
--files | Show 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 |