Re: [PATCH v2 00/12] Improve git-pull test coverage
From: Junio C Hamano <hidden> Date: 2016-06-15 23:04:41
Paul Tan [off-list ref] writes:
This patch series improves test coverage of git-pull.sh.
This is part of my GSoC project to rewrite git-pull into a builtin. Improving
test coverage helps to prevent regressions that could occur due to the rewrite.
Overall, I like what I saw in this series. Good first progress ;-)