summaryrefslogtreecommitdiff
path: root/stagit.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-04-29 21:24:58 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-04-29 21:24:58 +0200
commitad4043383956fce0949def38a830d8eb61fa0565 (patch)
tree39ec19aa30b8f6a37108f523169e38a1fae7c04d /stagit.c
parent5c278a600ea64c64f238e14d38dafbdbee6c9562 (diff)
whoops, module is m---------
Diffstat (limited to 'stagit.c')
-rw-r--r--stagit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stagit.c b/stagit.c
index 8a1a798..28b2b7e 100644
--- 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);