You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Open https://git.wikimedia.org/blame/operations%2Fmediawiki-config.git/HEAD/wmf-config%2FInitialiseSettings.php
2. View the blame cut off at line 19
What is the expected output? What do you see instead?
The whole file should be blamed. Instead only the first 19 lines are.
What version of the product are you using? On what operating system?
1.2.1 (had to downgrade, sorry)
Please provide any additional information below.
Compare https://git.wikimedia.org/raw/operations%2Fmediawiki-config.git/HEAD/wmf-config%2FInitialiseSettings.php
for the full file, which shows fine.
Reported by chorohoe@wikimedia.org on 2013-06-11 20:14:22
The text was updated successfully, but these errors were encountered:
This is an interesting one. I am still tracking it down. The bulk of the blame generation
is done by JGit and that code is returning a null commit for line 19. Not sure why.
Strange.
It looks like JGit blame generation may have some issues properly dealing with merge
commits.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=374382
I have implemented a workaround to deal with the missing commit information which will
at least not "clip" the annotated view. The real fix will have to be implemented by
upstream.
Originally reported on Google Code with ID 254
Reported by
chorohoe@wikimedia.org
on 2013-06-11 20:14:22The text was updated successfully, but these errors were encountered: