Home
whoops, module is m--------- - stagit-gopher - A git gopher frontend. (mirror) HTML git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit ad4043383956fce0949def38a830d8eb61fa0565 DIR parent 5c278a600ea64c64f238e14d38dafbdbee6c9562 HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 29 Apr 2016 21:24:58 +0200 whoops, module is m--------- Diffstat: M stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/stagit.c b/stagit.c @@ -711,7 +711,7 @@ writefilestree(FILE *fp, git_tree *tree, const char *branch, const char *path) fprintf(fp, "%juB", (uintmax_t)filesize); fputs("</td></tr>\n", fp); } else if (!git_submodule_lookup(&module, repo, entryname)) { - fprintf(fp, "<tr><td>m------</td><td><a href=\"%sfile/.gitmodules.html\">", + fprintf(fp, "<tr><td>m---------</td><td><a href=\"%sfile/.gitmodules.html\">", relpath); xmlencode(fp, entrypath, strlen(entrypath)); git_submodule_free(module);