Re: [RFC PATCH 00/10] Add blame to libgit

2017-05-05 Thread Junio C Hamano
Jeff Smith writes: > Jeff Smith (10): > Remove unneeded dependency on blob.h from blame > Move textconv_object to be with other textconv methods > Add some missing definitions to header files > Remove unused parameter from get_origin() > Split blame origin into its own file > Move fak

[RFC PATCH 00/10] Add blame to libgit

2017-05-04 Thread Jeff Smith
In adding blame functionality to cgit, I do not wish to duplicate huge portions of builtin/blame.c there. I would rather shift its core functionality into libgit.a -- which cgit already uses -- and in cgit I can focus on the web presentation aspect. I was able to split three separate cohesive pie