Hello Junio, > So in that sense I would imagine --squash is not really useless > in such a situation as I made it sound like, but at the same > time I suspect people might be better off to use tools like > StGIT which are specially designed to support such a workflow if > they were to do this. thanks for --squash. So --squash is basically a 'suck multiple deltas from another branch into ., but don't commit it'. I very often use that way of work flow. I do small and many commits, and when I am done I merge them to one a bit bigger one and submit it upstream. I useally use 'one branch per feature'. Thomas - : 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