On Wed, Mar 20, 2013 at 09:21:41PM +0100, Jason A. Donenfeld wrote: > On Sat, Mar 2, 2013 at 1:32 PM, John Keeping <[email protected]> wrote: > > The changes here are reasonably straightforward, but v1.8.0 makes things > > a lot more difficult due to Git commit ba35480 (graph.c: mark private > > file-scope symbols as static, 2012-09-15). I'll see if Junio can be > > persuaded to revert that before trying anything too horrible here - > > without those methods we'll need to filter Git's graph output to convert > > ANSI colour escape sequences into HTML. > > https://github.com/git/git/commit/c278e6f53d32ffdd475f9d4392cb6e5f5574e1ac > > Looks like we're all set now. 1.8.3 should be a possibility now.
Yeah, I have the change here: https://github.com/johnkeeping/cgit/tree/jk/update-git but it's currently pointing at a random point on Git's master branch. It looks like the relevant change is targeted at maint in Git [1] so we should be good to go when 1.8.2.1 appears. I'll send a proper patch soon after that happens. [1] https://github.com/gitster/git/blob/7b9a41987aea4f5eb4afe1ff84302b5c5fa4e77a/Documentation/RelNotes/1.8.3.txt#L82 _______________________________________________ cgit mailing list [email protected] http://hjemli.net/mailman/listinfo/cgit
