• Show log

    Commit

  • Hash : 32332fcc
    Author : Carlos Martín Nieto
    Date : 2014-05-19T14:15:40

    clone: don't error out if the branch already exists We set up the current branch after we fetch from the remote. This means that the user's refspec may have already created this reference. It is therefore not an error if we cannot create the branch because it already exists. This allows for the user to replicate git-clone's --mirror option.