stagit

whoops, module is m---------

Hiltjo Posthuma contact@arjunchoudhary.com

commit: e886d1e parent: 3b0d8ec
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
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);