From ad4043383956fce0949def38a830d8eb61fa0565 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 29 Apr 2016 21:24:58 +0200 Subject: [PATCH] whoops, module is m--------- --- stagit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2