Junio C Hamano <gitster@xxxxxxxxx> writes: > I do not mind doing it myself, but I am already in today's > integration cycle (which will merge a handful of topics to > 'master'), so I won't get around to it for some time. If you are > inclined to, please be my guest ;-) I queued this on top for now; I think it can be just squashed into your patch. Please say "I agree" and I'll make it happen, or say "that's wrong" followed by a replacement patch ;-). Thanks. builtin/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin/log.c b/builtin/log.c index d69d5e6..cd9c4a4 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -1360,7 +1360,7 @@ static void print_bases(struct base_tree_info *bases, FILE *file) return; /* Show the base commit */ - fprintf(file, "base-commit: %s\n", oid_to_hex(&bases->base_commit)); + fprintf(file, "\nbase-commit: %s\n", oid_to_hex(&bases->base_commit)); /* Show the prerequisite patches */ for (i = bases->nr_patch_id - 1; i >= 0; i--) -- 2.10.0-458-g8cce42d