Indentation depth was 4, but submodule summary uses 2 as other shortlogs do too. Signed-off-by: Jens Lehmann <Jens.Lehmann@xxxxxx> --- submodule.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/submodule.c b/submodule.c index 129583b..5076113 100644 --- a/submodule.c +++ b/submodule.c @@ -42,7 +42,7 @@ void show_submodule_summary(FILE *f, const char *path, struct commit_list *merge_bases, *list; const char *message = NULL; struct strbuf sb = STRBUF_INIT; - static const char *format = " %m %s"; + static const char *format = " %m %s"; int fast_forward = 0, fast_backward = 0; if (add_submodule_odb(path)) -- 1.6.5.4.g707c -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html