On 24/03/2008, Rene Herman <rene.herman@xxxxxxxxxxxx> wrote: > used to use quilt and although I > didn't much care for its linear nature when managing an entire tree, it > probably works out well for private topic branches. Not overly sure of added > practical value over git rebase, but I did like the simple nature of > shuffling things around by just editing a series file back when I was using > quilt. Keeps one on top of things, so to speak (<-- amusing play on words). Git rebasing is useful but using a patch management tool is much easier, especially when you need to post a series of patches multiple times while implementing others' comments. And this is not only for private branches but public ones that are meant for upstream merging. The problem with these tools is that they rewrite the history of the repository but they are OK if you aren't in a position where people need to base their work on your tree. I would much prefer to simply commit the additional comments at the top of a branch without changing the history but this makes patch posting and reviewing more difficult. Because of this requirement to keep clean patches (which I think is fair), people using maintainers' branches can only use rebasing (or some patch management tool). > Moreover not too keen on using many tools do do one thing, so getting this > inside git itself sounded like a possibly nice notion. I don't like using many tools either, hence I use mostly StGIT :-). -- Catalin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html