X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=builtin%2Freceive-pack.c;h=d8e2c5fca7902d6d9a9e8300e129d58ad7a98192;hb=25197ebe7f813407b028a2c304ff8ee58da40a16;hp=760817dbd7fec0086a0a1b62e58ab4438f227b7b;hpb=7fd739cd5720fbd1d170584baff7e4f706df641c;p=git.git diff --git a/builtin/receive-pack.c b/builtin/receive-pack.c index 760817dbd..d8e2c5fca 100644 --- a/builtin/receive-pack.c +++ b/builtin/receive-pack.c @@ -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); @@ -778,6 +778,8 @@ int cmd_receive_pack(int argc, const char **argv, const char *prefix) char *dir = NULL; struct command *commands; + packet_trace_identity("receive-pack"); + argv++; for (i = 1; i < argc; i++) { const char *arg = *argv++;