From: Hiltjo Posthuma Date: Fri, 29 Apr 2016 19:24:58 +0000 (+0200) Subject: whoops, module is m--------- X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=ad4043383956fce0949def38a830d8eb61fa0565;p=forks%2Fstagit.git whoops, module is m--------- --- 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("\n", fp); } else if (!git_submodule_lookup(&module, repo, entryname)) { - fprintf(fp, "m------", + fprintf(fp, "m---------", relpath); xmlencode(fp, entrypath, strlen(entrypath)); git_submodule_free(module);