On Wed, Aug 12, 2015 at 3:03 PM, John Keeping <[email protected]> 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? _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
