--- contrib/mw-to-git/git-remote-mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/mw-to-git/git-remote-mediawiki b/contrib/mw-to-git/git-remote-mediawiki index a34f53f..a8e6287 100755 --- a/contrib/mw-to-git/git-remote-mediawiki +++ b/contrib/mw-to-git/git-remote-mediawiki @@ -874,8 +874,7 @@ sub mw_push_revision { # TODO: for now, it's just a delete+add my @diff_info_list = split(/\0/, $diff_infos); # Keep the first line of the commit message as mediawiki comment for the revision - my $commit_msg = (split(/\n/, run_git("show --pretty=format:\"%s\" $sha1_commit")))[0]; + my $commit_msg = (split(/\n/, run_git("log -1 --format=\"%s\" $sha1_commit")))[0]; chomp($commit_msg); # Push every blob while (@diff_info_list) { -- 1.7.11.5.g0c7e058.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