Hi, On Fri, Mar 20, 2020 at 7:39 AM Shanthanu Rai <shanthanu.s.rai9@xxxxxxxxx> wrote: > > Hi, I am a 3rd Computer Science Undergrad at National Institute of > Technology Surathkal, India. I wish to apply to git for GSoC. > > I am currently working on the microproject titled "Avoid pipes in git > related commands in test scripts". I found 't/t9116-git-svn-log.sh' to > have some commands wherein output of git is redirected to grep (using > pipe). So shall I go ahead and make the required changes, i.e., redirect > the output of git to a file and grep this file, in the relevant commands? Yeah, sure. In 't/t9116-git-svn-log.sh' it seems to me that some refactoring might be needed too. Best, Christian.