SUMMARY OF MY PROJECT: Git submodule subcommands are currently implemented by using shell script 'git-submodule.sh'. There are several reasons why we'll prefer not to use the shell script. My project intends to convert the subcommands into C code, thus making them builtins. This will increase Git's portability and hence the efficiency of working with the git-submodule commands. Link to the complete proposal: [1] Mentors: Stefan Beller <sbeller@xxxxxxxxxx> Christian Couder <christian.couder@xxxxxxxxx> UPDATES: Following are the updates about my ongoing project: * add: Although much time was spent by me on trying to debug the patch, the attempts made were unsuccessful or were rather partially successful (since while fixing one issue, they invoked a different one). After getting suggestions and help from mentors for the remaining tests, now there are only two tests which the patch is currently failing at. The current status of the patch can be viewed at [2]. * update: porting this subcommand is already underway, and porting of the functions is_tip_reachable() and fetch_in_submodule() as completed. * patches: a smaller patch series is floated on the mailing list for the maintainer's review. The small patch series which recently was floated is pushed on Github and is available at [3]. PLAN FOR WEEK-15 (22 August 2017 to 28 August 2017): * add: One of the main aims of the next week is to resolve the the two tests which the current patch fails at. * patches: will be working on getting the smaller series merged, and once its done, will prepare and float the next patch for the same purpose. Till then, I aim to stay more active on the mailing list as well for responding to the reviews. Since I am a bit busier the following week (due to college academics), I will resume porting submodule subcommand 'update' in the following week. [1]: https://docs.google.com/document/d/1krxVLooWl--75Pot3dazhfygR3wCUUWZWzTXtK1L-xU/ [2]: https://github.com/pratham-pc/git/commits/sub-add [3]: https://github.com/pratham-pc/git/commits/week-14-1