• Show log

    Commit

  • Hash : a0b5f785
    Author : Carlos Martín Nieto
    Date : 2013-12-22T15:39:54

    clone: store the realpath when given a relative one A call like git_clone("./foo", "./foo1") writes origin's url as './foo', which makes it unusable, as they're relative to different things. Go with git's behaviour and store the realpath as the url.