mirror of
git://git.codemadness.org/stagit
synced 2025-03-09 09:09:12 -04:00
whoops, module is m---------
This commit is contained in:
parent
5c278a600e
commit
ad40433839
2
stagit.c
2
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user