repo.readme is transformed to an absolute path when read from the config,
so add_repo needs to add "README.html" with the repository path too.
Signed-off-by: Dean Scarff <dos@scarff.id.au>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
p = fmt("%s/README.html", path);
if (!stat(p, &st))
p = fmt("%s/README.html", path);
if (!stat(p, &st))
- repo->readme = "README.html";
+ repo->readme = xstrdup(p);
p = fmt("%s/cgitrc", path);
if (!stat(p, &st)) {
p = fmt("%s/cgitrc", path);
if (!stat(p, &st)) {