diff options
Diffstat (limited to 'ls-refs.c')
-rw-r--r-- | ls-refs.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ static int send_ref(const char *refname, const struct object_id *oid, if (!symref_target) die("'%s' is a symref but it is not?", refname); - strbuf_addf(&refline, " symref-target:%s", symref_target); + strbuf_addf(&refline, " symref-target:%s", + strip_namespace(symref_target)); } if (data->peel) { |