[BUG] difference of info from diff and blame again
From: Semyon Kirnosenko <hidden>
Date: 2016-06-15 22:50:27
Hi. I have to repost about diff and blame difference problem. The initial discussion ends here: http://permalink.gmane.org/gmane.comp.version-control.git/165012 I have the same problem on git repo. The problem is some line is marked in diff as added, but in blame it is marked as added in some older revision. And vice versa line is not marked as added in diff but it is marked in blame. And now it's about non-whitespace lines. Here are several examples: revision: 711cf3a026a539f68ab647e012f145a03e12a5e7 file: update-cache.c line: 127 revision: 40469ee9c6a6f4c85df5520ef719bba3d38a64f0 file: sha1_file.c line: 234 Diff error in revision 198b0fb635ed8a007bac0c16eab112c5e2c7995c in file date.c. Line 184: added in diff, but blame say otherwise. Line 215: added in diff, but blame say otherwise. Line 219: added in diff, but blame say otherwise. Line 259: added in diff, but blame say otherwise. Line 260: added in diff, but blame say otherwise. Line 193: not added in diff, but blame say otherwise. Line 212: not added in diff, but blame say otherwise. Line 222: not added in diff, but blame say otherwise. Line 300: not added in diff, but blame say otherwise. Line 315: not added in diff, but blame say otherwise.