Re: [PATCH 1/3] gitk: refactor: separate generic hunk parsing out of find_hunk_blamespecs{}
From: Max Kirillov <hidden> Date: 2016-06-15 23:01:44
On Mon, Feb 03, 2014 at 06:20:36PM -0500, Eric Sunshine wrote:
On Mon, Feb 3, 2014 at 5:41 PM, Max Kirillov [off-list ref] wrote:
quoted
For requesting a region blame, it is necessary to parse a hunk and
find the region in the parent file corresponding to the selected region.
There is already hunk parsin functionality in the find_hunk_blamespec{},