Re: [GSoC][PATCH v4] test: avoid pipes in git related commands for test

2018-03-25 Thread Eric Sunshine
On Fri, Mar 23, 2018 at 11:01 AM, Pratik Karki wrote: > I hope this follow-on patch[1] is ready for merge. This iteration appears to address review comments from the last few rounds, however, see below for a few new ones... > Avoid using pipes downstream of Git commands

[GSoC][PATCH v4] test: avoid pipes in git related commands for test

2018-03-23 Thread Pratik Karki
Thank you Eric and Junio for the review. I hope this follow-on patch[1] is ready for merge. [1]: https://public-inbox.org/git/20180321152356.10754-1-predatoram...@gmail.com/ -- >8 -- Avoid using pipes downstream of Git commands since the exit codes of commands upstream of pipes get swallowed,