]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/receive-pack.c
Name make_*_path functions more accurately
[thirdparty/git.git] / builtin / receive-pack.c
index 760817dbd7fec0086a0a1b62e58ab4438f227b7b..d883585804224d3c1bbc2699da94b2632dcf8064 100644 (file)
@@ -740,7 +740,7 @@ static int add_refs_from_alternate(struct alternate_object_database *e, void *un
        const struct ref *extra;
 
        e->name[-1] = '\0';
-       other = xstrdup(make_absolute_path(e->base));
+       other = xstrdup(real_path(e->base));
        e->name[-1] = '/';
        len = strlen(other);