blame: use hunk_func(), part 1
commit0af596c6ffba19bff4362ac532be35abd67d2630
authorRené Scharfe <rene.scharfe@lsrfire.ath.cx>
Wed, 9 May 2012 20:21:56 +0000 (9 22:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 May 2012 21:03:03 +0000 (9 14:03 -0700)
treea4fa21c8965f37662b26a7d3f6383b0dfffbb0c4
parent467d348c19b2ce82753bb9b5a873f6d129eb04e2
blame: use hunk_func(), part 1

Use blame_chunk_cb() directly as hunk_func() callback, without detour
through xdi_diff_hunks().

Signed-off-by: Rene Scharfe <rene.scharfe@lsrfire.ath.cx>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c