With git, is it possible to show modified submodules of a commit when execute git log
in a master repo managing submodule ?
I try differents values for --pretty and --submodule options but nothing works.
After more research, git show
seems to be done for this. For exemple :
git show commit_name --name-only