whoops, module is m---------
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
M | stagit.c | +1 | -1 |
1@@ -711,7 +711,7 @@ writefilestree(FILE *fp, git_tree *tree, const char *branch, const char *path)
2 fprintf(fp, "%juB", (uintmax_t)filesize);
3 fputs("</td></tr>\n", fp);
4 } else if (!git_submodule_lookup(&module, repo, entryname)) {
5- fprintf(fp, "<tr><td>m------</td><td><a href=\"%sfile/.gitmodules.html\">",
6+ fprintf(fp, "<tr><td>m---------</td><td><a href=\"%sfile/.gitmodules.html\">",
7 relpath);
8 xmlencode(fp, entrypath, strlen(entrypath));
9 git_submodule_free(module);