Re: [PATCH v5 0/8] Improve git-pull test coverage

2015-05-29 Thread Junio C Hamano
Paul Tan writes: > This is a re-roll of [1]. > > This patch series improves test coverage of git-pull.sh, and 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. > > Thanks Junio, Johannes and

[PATCH v5 0/8] Improve git-pull test coverage

2015-05-29 Thread Paul Tan
This is a re-roll of [1]. This patch series improves test coverage of git-pull.sh, and 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. Thanks Junio, Johannes and Stefan for the reviews last ro