Suggestion: git submodule status
From: Mark - mkdynamic <hidden>
Date: 2016-06-15 22:46:07
From: Mark - mkdynamic <hidden>
Date: 2016-06-15 22:46:07
Considering a situation with 1 submodule: $ git submodule status SHA1 /some/path (REFERENCE) Would it not be more useful if it reported the REFERENCE as reported by: git describe --all SHA1 rather than the current implementation, which I believe shows the result from: git describe -SHA1 Does this make sense, or am I missing something? Thanks, ~ Mark