
sprout at cpan
May 27, 2012, 5:59 PM
Post #5 of 8
(80 views)
Permalink
|
|
Re: [PATCH 0/3] Clean up installhtml dir scanning logic in installdir
[In reply to]
|
|
On May 27, 2012, at 4:05 PM, Brian Fraser wrote: > > > On Sat, May 26, 2012 at 3:52 PM, Father Chrysostomos <sprout [at] cpan> wrote: > Aristotly Pagaltzis wrote: > > Aristotle Pagaltzis (3): > > switch installhtml from File::Spec to ::Functions > > turn some quasi-declarations into real inline ones > > rewrite installhtml's installdir dir scan logic > > > > installhtml | 41 +++++++++++++++++++++-------------------- > > 1 files changed, 21 insertions(+), 20 deletions(-) > > Thank you. Applied as: > b1124ff0a4329772bd7fea18b2433d6fa39caa3d > 8de3880f558aa119a83ded6d8ccaaba20d587030 > 83c03aa3e02c6caf08cbd40cd0ac1f82ce181d81 > > In future, it would be easier (and your patches would have less > chance of being dropped) if you attached the output of "git log -p -3 > --pretty=email --reverse" in an e-mail to perlbug [at] perl > > > Meta question, but how is that different from 'git format-patch yadda'? Not much. It’s all in one file, so it only has to be fed to git am once. Maybe format-patch can do that, but I haven’t figured it out yet.
|