Steffen Prohaska <prohaska@xxxxxx> writes: > This teaches "push <remote> HEAD" to resolve HEAD on the local > side to its real ref name, e.g. refs/heads/master, and then > use the real ref name on the remote side to search a matching > remote ref. This probably is a good idea. > + if (real_name) { > + free(real_name); > + } Excess and unnecessary brace pair. - 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