blame: rename origin structure to blame_origin
commitf84afb9c4ee09d640b2d6cbe38fe6f0d14ca70be
authorJeff Smith <whydoubt@gmail.com>
Wed, 24 May 2017 05:15:12 +0000 (24 00:15 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 May 2017 06:41:50 +0000 (24 15:41 +0900)
treec6a061e42d92b6440bc80e9e5e873a506088cbdc
parent8265921c3c70c757d68b76f2f013a4c6bd3c37d4
blame: rename origin structure to blame_origin

The origin structure is core to the blame interface.  Since origin will
become more exposed, rename it to blame_origin to clarify what it is a
part of.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/blame.c