On Mon, Mar 7, 2011 at 2:28 PM, Dun Peal <dunpealer@xxxxxxxxx> wrote: > There's a configuration feaute `branch.<name>.rebase` for specifying > that all merges into a branch (master in this case) would be done by > rebase, so I was expecting a similar feature for always squashing back > (since some developers may forget to add the flag). Unfortunately, I > couldn't find it. Does it exist? Try: $ git config branch.<name>.mergeoptions --squash j. -- 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