Do not say 'Merge ... into HEAD' when detached. Signed-off-by: Santi Béjar <sbejar@xxxxxxxxx> --- builtin-fmt-merge-msg.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/builtin-fmt-merge-msg.c b/builtin-fmt-merge-msg.c index 87d3d63..8cef425 100644 --- a/builtin-fmt-merge-msg.c +++ b/builtin-fmt-merge-msg.c @@ -331,7 +331,8 @@ int cmd_fmt_merge_msg(int argc, const char **argv, const char *prefix) printf(" of %s", srcs.list[i]); } - if (!strcmp("master", current_branch)) + if (!strcmp("master", current_branch) || + !strcmp("HEAD", current_branch)) putchar('\n'); else printf(" into %s\n", current_branch); -- 1.5.0.rc2.g2fa185-dirty - 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