This version should address all the comments from Junio, except that I went for my simple one-argument test_push_failure (we don't need the complex one for now, and I'm not sure the complex one will be good enough when we want to test 'matching'---for example, we may want to parse the output of 'git push'). Clemens Buchacher (1): t5570: use explicit push refspec Matthieu Moy (6): Documentation: explain push.default option a bit more Undocument deprecated alias 'push.default=tracking' t5528-push-default.sh: add helper functions push: introduce new push.default mode "simple" push: document the future default change for push.default (matching -> simple) push: start warning upcoming default change for push.default Documentation/config.txt | 26 +++++++++++++--- builtin/push.c | 73 ++++++++++++++++++++++++++++++++++++++++--- cache.h | 1 + config.c | 6 ++-- t/t5528-push-default.sh | 78 +++++++++++++++++++++++++++++++++++++++++----- t/t5570-git-daemon.sh | 30 +++++++++--------- 6 files changed, 181 insertions(+), 33 deletions(-) -- 1.7.10.234.g365b0 -- 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