[PATCH 0/3] Blame UI
Jason A. Donenfeld
Jason at zx2c4.com
Wed Aug 12 15:44:19 CEST 2015
On Wed, Aug 12, 2015 at 3:03 PM, John Keeping <john at keeping.me.uk> wrote:
> This is an attempt at adding "blame" support to CGit. Because git.git
> doesn't include the blame implementation in libgit.a, I decided to
> simply invoke git-blame(1) and parse its porcelain output.
Could you possibly just do:
#include "git/builtin/blame.c"
And then call the static functions?
More information about the CGit
mailing list