• Show log

    Commit

  • Hash : 2614819c
    Author : Carlos Martín Nieto
    Date : 2014-05-28T11:28:57

    clone: allow for linking in local clone
    
    If requested, git_clone_local_into() will try to link the object files
    instead of copying them.
    
    This only works on non-Windows (since it doesn't have this) when both
    are on the same filesystem (which are unix semantics).