]> git.ipfire.org Git - thirdparty/git.git/commit - blame.c
blame: use a helper function in blame_chunk()
authorBarret Rhoden <brho@google.com>
Wed, 15 May 2019 21:44:58 +0000 (17:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 May 2019 02:36:23 +0000 (11:36 +0900)
commit55f808fbc540c64d22393231bd55058fda22c3ce
tree45e979cba32ca989cbaded2a7252e6a8d3736e97
parentf93895f8fcf1a45e594cd28c03b88a057382dc6b
blame: use a helper function in blame_chunk()

The same code for splitting a blame_entry at a particular line was used
twice in blame_chunk(), and I'll use the helper again in an upcoming
patch.

Signed-off-by: Barret Rhoden <brho@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
blame.c