Jens Lehmann <Jens.Lehmann@xxxxxx> writes: > Good point. (Personally i like the options --submodule=shortlog and > --submodule=twoline. Because IMHO --submodule=summary could make > people expect similar output to git submodule summary, no?). Well, _that_ is something we could fix in "git submodule", isn't it? Right now, the only way "git submodule" command can summarize the changes is by showing a left-right shortlog, but it wouldn't be so inconceivable that somebody may come up with different and equally useful way to show them, e.g. diffstat, and at that point, we would probably want to have "git submodule summary --stat" or "git submodule summary --shortlog" (and the default being --shortlog). I am _not_ married to the naming "shortlog", by the way, and shortlog is rather a bad name for it. Sorry for suggesting it; it is quite different from the actual "git shortlog" command output (and no I am not suggesting to make the output similar to shortlog), but rather is more similar to "log --left-right --oneline". But I think you got the point. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html