• Show log

    Commit

  • Hash : 631fe56f
    Author : Carlos Martín Nieto
    Date : 2021-04-11T21:22:33

    repo: specify init.defaultbranch is meant to be a branch name
    
    We don't want the default branch's refname here but its name as branch.
    Returning an error saying it's not a valid reference here suggests we want the
    value of `init.defaultbranch` to be something like `refs/heads/default` which is
    not the case.