• Show log

    Commit

  • Hash : 4386d80b
    Author : Carlos Martín Nieto
    Date : 2013-12-21T17:18:21

    clone: perform a "local clone" when given a local path
    
    When git is given such a path, it will perform a "local clone",
    bypassing the git-aware protocol and simply copying over all objects
    that exist in the source.
    
    Copy this behaviour when given a local path.