You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transport: unify return values and exit point from transport_push()
It seems there is no reason to return 1 instead of -1 when push_refs()
is not set in transport vtable. Let's unify the error return values and
use the done label as a single exit point from transport_push().
Suggested-by: Ævar Arnfjörð Bjarmason <[email protected]>
Signed-off-by: Frantisek Hrbata <[email protected]>
Reviewed-by: Josh Steadmon <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
0 commit comments