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
Add a new "add-config" subcommand to `git submodule--helper` with the
goal of converting part of the shell code in git-submodule.sh related to
`git submodule add` into C code. This new subcommand sets the
configuration variables of a newly added submodule, by registering the
url in local git config, as well as the submodule name and path in the
.gitmodules file. It also sets 'submodule.<name>.active' to "true" if
the submodule path has not already been covered by any pathspec
specified in 'submodule.active'.
This is meant to be a faithful conversion from shell to C, although we
add comments to areas that could be improved in future patches, after
the conversion has settled.
Signed-off-by: Atharva Raykar <[email protected]>
Mentored-by: Christian Couder <[email protected]>
Mentored-by: Shourya Shukla <[email protected]>
Based-on-patch-by: Shourya Shukla <[email protected]>
Based-on-patch-by: Prathamesh Chavan <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments