X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=remote.c;h=4b5b90597999cb836979338d84d1c5d4748c96e7;hb=511a3fc116799df5e3b2262f8f6e501ca73ba2fe;hp=c3ada2d72b9b3f7411ffe420030768e73a003923;hpb=232d4537667e32230c855777444abbe732536ed9;p=git.git diff --git a/remote.c b/remote.c index c3ada2d72..4b5b90597 100644 --- a/remote.c +++ b/remote.c @@ -1038,7 +1038,7 @@ static int match_explicit(struct ref *src, struct ref *dst, case 0: if (!memcmp(dst_value, "refs/", 5)) matched_dst = make_linked_ref(dst_value, dst_tail); - else if((dst_guess = guess_ref(dst_value, matched_src))) + else if ((dst_guess = guess_ref(dst_value, matched_src))) matched_dst = make_linked_ref(dst_guess, dst_tail); else error("unable to push to unqualified destination: %s\n"