From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Wed, 12 Aug 2015 15:44:19 +0200 Subject: [PATCH 0/3] Blame UI In-Reply-To: References: Message-ID: On Wed, Aug 12, 2015 at 3:03 PM, John Keeping 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?