On Sun, Sep 1, 2013 at 3:41 AM, Eric Sunshine [off-list ref] wrote:
On Sun, Sep 1, 2013 at 4:26 AM, Felipe Contreras
[off-list ref] wrote:
quoted
+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