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.