#1639 Couple of fixes to the blame feature
Merged by pingou. Opened by pingou.
fix_blame  into  master

Download 1639.patch

The first commit fixes an error reported by email when the second fixes an issue I discovered when investigating the first one, basically html code was rendered instead of being just displayed. Using the same code path as for view_file fixed that problem.

I am curious about the blame feature , can you tell me more about it ? Why is it used?

Try doing a git blame UPGRADING.rst in the pagure's sources, or just https://pagure.io/pagure/blame/UPGRADING.rst

Basically, it tells you who modified in which commits each line.

That is something new I learned today thanks :smile:

rebased

rebased

rebased

Looks good to me :100:

Pull-Request has been merged by pingou

Metadata