Reported by Shawn Pearce <sop@google.com> on Sun May 10 16:25:11 PDT 2009
Source: JIRA GERRIT-173
Affected Version: 2.0.11
The unified diff view no longer includes the function header in the hunk
header lines. This was broken when we rewrite the viewer in terms of JGit's
EditList support.
We should support scrolling backwards through the file until we match a
function header regexp, and then extract a function name to show in the hunk
header. This helps improve the amount of context shown in the diff.
Owner: ---