On Wed, Sep 30, 2020 at 2:34 PM Eric Sunshine <sunshine@xxxxxxxxxxxxxx> wrote: > > On Wed, Sep 30, 2020 at 5:26 PM Jacob Keller <jacob.e.keller@xxxxxxxxx> wrote: > > Changes since v3 > > * removed the ?: usage (for real this time) > > > > + /* Note the reversal of src and dst */ > > + if (refspec->pattern) { > > + const char *key = refspec->dst ?: refspec->src; > > Blorp. .... I am very confused.... I made this change... $git diff doesn't show anything... Oh.. wooooops. git status has it as staged but not applied.. Sigh. I sent another round.