[LLVMdev] git

Joerg Sonnenberger joerg at britannica.bec.de
Sat Jul 23 05:28:58 PDT 2011


On Sat, Jul 23, 2011 at 01:34:40PM +0200, Matthieu Moy wrote:
> Incremental development is probably promoted by DVCS far more than
> others. Your comment seems to imply that only the tip of each push is
> important. In the Git world, it usually isn't.

Pushing a 100K patch is a 100K patch, whether it is done in one chunk or
100 smaller incrementell patches. Just because review for the former as
a single chunk is a bit more complicated doesn't mean that reviewing the
latter is attractive. Let's face it -- noone likes to review that much
code in one go. There is also nothing stopping you from building smaller
incrementell patches with other tools. It's been done before the
invention of git after all.

Joerg



More information about the llvm-dev mailing list