Re: [PATCH 3/7] t5528-push-default.sh: add helper functions
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:53:39
Matthieu Moy [off-list ref] writes:
Junio C Hamano [off-list ref] writes:quoted
Matthieu Moy [off-list ref] writes:quoted
quoted
... and we can use --all not master here, right?Actually, we can even use --all everywhere. And then, we don't even need the second argument, and we can simplify greatly the function:That did cross my mind but I suspected that the reason to have the argument was because you would want to use the helper also to test 'matching' case where you want to make sure ones that the pusher does not have are left alone.I did not add much for "matching" (that would be a separate topic, and my Git time budget is getting short). But I think the simplicity of the new function (both caller and callee side) is worth it, even if we later add something more complex for the case of "matching".
Actually, there's a much stronger argument: we're talking about test_push_failure (not success), so whatever the mode is, no branch should be updated. -- Matthieu Moy http://www-verimag.imag.fr/~moy/