stagit

static git repository generator

git clone https://9o.is/git/stagit.git

commit 01169a94e862ae24e342861791d0262ec6d7abc2
parent 62ae6c304b14297697e66a37c99378cd62fd54e7
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 29 Apr 2016 21:24:58 +0200

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

Diffstat:
Mstagit.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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);