Re: [RFC PATCH v2 04/22] blame: move origin and entry structures to header

2017-05-14 Thread Junio C Hamano
Jeff Smith writes: > The origin and blame_entry structures are core to the blame interface > and reference each other. Since origin will be more exposed, rename it > to blame_origin to clarify what it is a part of. > > Signed-off-by: Jeff Smith > --- >

[RFC PATCH v2 04/22] blame: move origin and entry structures to header

2017-05-13 Thread Jeff Smith
The origin and blame_entry structures are core to the blame interface and reference each other. Since origin will be more exposed, rename it to blame_origin to clarify what it is a part of. Signed-off-by: Jeff Smith --- blame.h | 86 ++