This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl, refactor the code that applies and reverts commits.
authorNicholas Clark <nick@ccl4.org>
Fri, 28 Oct 2011 10:12:03 +0000 (12:12 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 Oct 2011 10:41:13 +0000 (12:41 +0200)
commit4e540a4e11a98886ace263d39ab6949f77267f91
tree677f3325fa3f763c6813666e51f8c2d025c4b147
parent69bf9aba2f680b268fd6bd601e8078d35c6e4861
In bisect-runner.pl, refactor the code that applies and reverts commits.

This makes it clearer when it is applying or reverting entire commits from
git, distinct from arbitrary system calls, or arbitrary patches.
Porting/bisect-runner.pl