Re: [PATCH 3/3] contacts: reduce git-blame invocations

2013-08-13 Thread Junio C Hamano
Eric Sunshine writes: > git-contacts invokes git-blame once for each patch hunk it encounters. > No attempt is made to consolidate invocations for multiple hunks > referencing the same file at the same revision. This can become > expensive quickly. > > Reduce the number of git-blame invocations b

[PATCH 3/3] contacts: reduce git-blame invocations

2013-08-09 Thread Eric Sunshine
git-contacts invokes git-blame once for each patch hunk it encounters. No attempt is made to consolidate invocations for multiple hunks referencing the same file at the same revision. This can become expensive quickly. Reduce the number of git-blame invocations by taking advantage of the ability t