checkout: allow dwim for branch creation for "git checkout $branch --"
[gitweb.git] / builtin / blame.c
index 77707819afa03703b3ee110345a79eec3d3d9d6f..57a487e052fccc9ad45fa90a68a74fd54a1cdf72 100644 (file)
@@ -1430,7 +1430,7 @@ static void get_commit_info(struct commit *commit,
        commit_info_init(ret);
 
        encoding = get_log_output_encoding();
-       message = logmsg_reencode(commit, encoding);
+       message = logmsg_reencode(commit, NULL, encoding);
        get_ac_line(message, "\nauthor ",
                    &ret->author, &ret->author_mail,
                    &ret->author_time, &ret->author_tz);