Hello, Is there a way to exclude some refspec from being processed by "git push"? What I'm looking for is a syntax like: push some-remote 'refs/*' '!refs/meta/config' , with the meaning of "push all refs except refs/meta/config". What I'm trying to do with this is to find out a generic way to mirror git repositories managed by the Gerrit tool (http://code.google.com/p/gerrit/), which since version 2.2 uses refs/meta/config branch to store repository-local configuration, so should not be mirrored between two Gerrit's. -- Best Regards, Paul Linaro.org | Open source software for ARM SoCs Follow Linaro: http://www.facebook.com/pages/Linaro http://twitter.com/#!/linaroorg - http://www.linaro.org/linaro-blog -- 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