Code

Merge branch 'mh/show-branch-color' into sb/show-branch-parse-options
[git.git] / builtin-show-branch.c
index fc38f5e005557396af507d4b3b934ec97b32d0e2..c8e9b3c723cb733e1d6b4cd2036f165f0a088970 100644 (file)
@@ -608,7 +608,7 @@ static void parse_reflog_param(const char *arg, int *cnt, const char **base)
        if (*ep == ',')
                *base = ep + 1;
        else if (*ep)
-               die("unrecognized reflog param '%s'", arg + 9);
+               die("unrecognized reflog param '%s'", arg);
        else
                *base = NULL;
        if (*cnt <= 0)