On Sun, Sep 1, 2013 at 3:41 AM, Eric Sunshine <[email protected]> wrote:
> On Sun, Sep 1, 2013 at 4:26 AM, Felipe Contreras
> <[email protected]> wrote:
>> +static void setup_push_simple(struct remote *remote, struct branch *branch,
>> + int triangular)
>> +{
>> + if (branch->push_name) {
>> + struct strbuf refspec = STRBUF_INIT;
>> + strbuf_addf(&refspec, "%s:%s", branch->name,
>> branch->push_name);
>> + add_refspec(refspec.buf);
>
> strbuf_release(&refspec);
Actually no, wee need that buffer. See setup_push_upstream().
--
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html