Sublime Forum

Include submodule commits titles when doing submodules commit

#1

Right now, when committing a submodule update, we see

<submodule updated ad9ea9142ae0300129b694eae6766d1432b4e709 → 54b141c0cc3758020a88349c8314825250252fcc>

It would be great to also see the actual metadata of these commits (title, branch, tag ?). Something like:

<submodule updated ad9ea9142ae0300129b694eae6766d1432b4e709 → 54b141c0cc3758020a88349c8314825250252fcc>
> Commit title of 54b14

The command git log -p --submodule=log does just that and saves a lot of time when working with several submodules.

Thank you for this fine piece of software !

EDIT: moved to https://github.com/sublimehq/sublime_merge/issues/337

1 Like