You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
submodule: expose the '--for-status' option of summary
The 'for-status' option is used to compute the summary of submodule(s)
in a superproject by skipping the ignored submdules i.e., those with
'submodule.<name>.ignore' set to 'all' in the '.gitmodules' or
'.git/config', with the latter taking precedence over the former.
The option was introduced in d0f64dd (git-submodule summary:
--for-status option, 2008-04-12), refined in 3ba7407 (submodule
summary: ignore --for-status option, 2013-09-06) and finally perfected
in 927b26f (submodule: don't print status output with ignore=all,
2013-09-01). But, it was not mentioned in the 'git submodule'
Documentation.
Expose the '--for-status' option accepted by the command 'git submodule
summary'.
Mentored-by: Christian Couder <[email protected]>
Mentored-by: Kaartic Sivaraam <[email protected]>
Signed-off-by: Shourya Shukla <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments