Matthieu Moy schrieb:
- path, strerror(err)); + make_absolute_path(path), strerror(err)); } else - strbuf_addf(&buf, "Unable to create '%s.lock': %s", path, strerror(err)); + strbuf_addf(&buf, "Unable to create '%s.lock': %s", + make_absolute_path(path), strerror(err));
Since these are merely informative, wouldn't it be more suitable to use make_nonrelative_path()?
-- Hannes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html