Re: [PATCH 00/12] Improve git-am test coverage

2015-07-06 Thread Junio C Hamano
Johannes Schindelin writes: > On 2015-07-03 18:24, Stefan Beller wrote: >> On Thu, Jul 2, 2015 at 11:16 AM, Paul Tan wrote: >>> Increase test coverage of git-am.sh to help prevent regressions >>> that could arise >>> from the rewrite of git-am.sh to C. This patch series, along with >>> pt/am-for

Re: [PATCH 00/12] Improve git-am test coverage

2015-07-05 Thread Johannes Schindelin
Hi, On 2015-07-03 18:24, Stefan Beller wrote: > On Thu, Jul 2, 2015 at 11:16 AM, Paul Tan wrote: >> Increase test coverage of git-am.sh to help prevent regressions that could >> arise >> from the rewrite of git-am.sh to C. This patch series, along with >> pt/am-foreign, improved test coverage as

Re: [PATCH 00/12] Improve git-am test coverage

2015-07-03 Thread Stefan Beller
On Thu, Jul 2, 2015 at 11:16 AM, Paul Tan wrote: > Increase test coverage of git-am.sh to help prevent regressions that could > arise > from the rewrite of git-am.sh to C. This patch series, along with > pt/am-foreign, improved test coverage as measured by kcov from 56.5%[1] to > 67.3%[2]. > > No

[PATCH 00/12] Improve git-am test coverage

2015-07-02 Thread Paul Tan
Increase test coverage of git-am.sh to help prevent regressions that could arise from the rewrite of git-am.sh to C. This patch series, along with pt/am-foreign, improved test coverage as measured by kcov from 56.5%[1] to 67.3%[2]. No tests for git-am's interactive mode, though, as test_terminal d