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: 1. sync and status: The patches are updates after the last discussion, and will be posted with this update, along with the patches of the function get_submodule_displaypath() and for_each_submodule_list(). 2. deinit: The patch was discussed in the last update, and I still have to make the required changes to this patch. 3. summary: I'm still working on debugging this patch as the are still some part where the patch isn't working as expected. 4. foreach: Most of the time was spent in reading the repo-object patch series. Also, currently I'm still confused about the approach I have to take for carrying this out. PLAN FOR WEEK-8 (4 July 2017 to 10 July 2017): The main focus for this week will be to get the reviewed code merged by sending new version after their review. Hence, I've attached the patches which were recently review, after adding the suggested changes, with this update. Other than that, there is still lots of work related to porting left as follows: 1. foreach: I'll try to come up with an approach for the present problem in the foreach patch, and get this discussed with mentors as well as with Brandon Williams so that I can get this subcommand ported. 2. summary: Currently, I'm still on debugging the patch. There are parts of the patch which aren't running as expected and hence it is taking more time to figure it out. 3. deinit: The patch was reviewed in the last update and I'm yet to work on the improving the patches as suggested. Apart from this, there still lie two submodule subcommands: 'add' and 'update' unported. I'll try to completed as much as work related to porting but will also, focus on improving the code completed so that it becomes good for merging. [1]: https://docs.google.com/document/d/1krxVLooWl--75Pot3dazhfygR3wCUUWZWzTXtK1L-xU/ Thanks, Prathamesh Chavan