clone.c
12.1 KB
-
clone: store the realpath when given a relative one · a0b5f785
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.
Carlos Martín Nieto committed