[GSoC] Update: Week 2

2017-05-29 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'

Re: [GSOC Update] Week 2

2016-05-29 Thread Pranit Bauva
On Mon, May 30, 2016 at 11:07 AM, Pranit Bauva wrote: > = SUMMARY == > My public git.git is available here[1]. I regularly keep pushing my work so > anyone interested can track me there. Feel free to participate in the > discussions g

[GSOC Update] Week 2

2016-05-29 Thread Pranit Bauva
= SUMMARY == My public git.git is available here[1]. I regularly keep pushing my work so anyone interested can track me there. Feel free to participate in the discussions going on PRs with my mentors. Your comments are valuable.

Re: [GSOC Update] Week 2

2016-05-15 Thread Pranit Bauva
Hey Junio, On Mon, May 16, 2016 at 12:41 AM, Junio C Hamano wrote: > Pranit Bauva writes: > >>is available for testing on the pu branch. I am encouraging people to >>test it and provide useful comments. > > Do not encourage people to "TEST". In general, do not put too much > weight on t

Re: [GSOC Update] Week 2

2016-05-15 Thread Junio C Hamano
Matthieu Moy writes: > Pranit Bauva writes: > >> = SUMMARY == >> My micro project on adding config variable to git-commit for verbose options >> is going to be merged with the master branch soon and will be available for >> git 2.8.

Re: [GSOC Update] Week 2

2016-05-15 Thread Junio C Hamano
Pranit Bauva writes: >is available for testing on the pu branch. I am encouraging people to >test it and provide useful comments. Do not encourage people to "TEST". In general, do not put too much weight on testing. The result would only measure a small portion of what you wrote in the

Re: [GSOC Update] Week 2

2016-05-15 Thread Matthieu Moy
Pranit Bauva writes: > = SUMMARY == > My micro project on adding config variable to git-commit for verbose options > is going to be merged with the master branch soon and will be available for > git 2.8.3 . Nit: being merged to mast

[GSOC Update] Week 2

2016-05-15 Thread Pranit Bauva
= SUMMARY == My micro project on adding config variable to git-commit for verbose options is going to be merged with the master branch soon and will be available for git 2.8.3 . I also rewrote a few shell functions in C. My public git