Re: [GSoC] Update: Week 3

2017-06-05 Thread Stefan Beller
On Mon, Jun 5, 2017 at 1:56 PM, Prathamesh Chavan wrote: > 1. foreach: After a discussion over the issue of the path variable in >windows, in this week my mentor, Stefan Beller came up with the >appropriate solution for the problem after discussing it with Ramsay >Jones. Thanks for ha

[GSoC] Update: Week 3

2017-06-05 Thread Prathamesh Chavan
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'

[GSoC Update] Week 3

2016-05-22 Thread Pranit Bauva
INTRODUCTION == The purpose of this project is to convert the git-bisect utility which partly exists in the form of shell scripts to C code so as to make it more portable. I plan to do this by converting each function to C and then calling it