Moritz Lenz wrote in perl.perl6.compiler :
> Hi,
>
> fREW Schmidt wrote:
>> I just threw together a workflow for git with rakudo (
>> http://wiki.github.com/rakudo/rakudo/frews-recommended-workflow) and I think
>> it will help a lot.  Hopefully I didn't make any mistakes.  Anyway, I plan
>> on trying it out tomorrow (Boo Haman!) and I'd appreciate it if anyone who
>> knows git well will make any necesary changes.
>
> When you did more than one commit in the branch, please merge with the
> ---squash option, so that our dear pumpking only has to review one
> patch, not multiple.

As someone who reviews patches quite often, my advice would be exactly
the contrary -- I tend to prefer a series of small patches with long
commit messages: that way it's easier to review the logic of the whole
change. (Personal taste only.)

-- 
It is official: perl people are crazy.
    -- Linus Torvalds on the git mailing list

Reply via email to