--- a/Plugins/VcsPlugins/vcsGit/GitBlameDialog.py Fri Apr 13 22:32:32 2018 +0200 +++ b/Plugins/VcsPlugins/vcsGit/GitBlameDialog.py Sat Apr 14 15:08:24 2018 +0200 @@ -51,7 +51,7 @@ self.__blameRe = re.compile( r"""\^?([0-9a-fA-F]+)\s+\((.+)\s+(\d{4}-\d{2}-\d{2})\s+""" - """(\d{2}:\d{2}):\d{2}\s+[+-]\d{4}\s+(\d+)\)\s?(.*)""") + r"""(\d{2}:\d{2}):\d{2}\s+[+-]\d{4}\s+(\d+)\)\s?(.*)""") # commit - author - date - time - lineno. - text self.blameList.headerItem().setText(