On Fri, Sep 21, 2018 at 3:18 PM Jeff King <peff@xxxxxxxx> wrote: > I agree that core.* is kind of a kitchen sink, but I'm not sure that's > all that bad. Is "here is how Git finds refs in an alternate" any more This touches both "refs" and "alternates", which are Git concepts whereas ssh is not. > or less core than "here is how Git invokes ssh"? Arguably core.sshCommand should be deprecated and re-introduced as transport."ssh".command. :-P