Re: [PATCH v2 0/5] am: improve test coverage and touch up foreign patch parsing

2015-06-15 Thread Junio C Hamano
This round looks good to me. Thanks all. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 0/5] am: improve test coverage and touch up foreign patch parsing

2015-06-15 Thread Paul Tan
This is a re-roll of [v1]. Previous versions: [v1] http://thread.gmane.org/gmane.comp.version-control.git/271053 git-am is able to parse StGit and mercurial patches. However, there are no regression tests in the test suite for these patch formats, and there are some small bugs as well: * the me