Re: [PATCH v8 00/10] refs backend pre-vtable
From: David Turner <hidden>
Date: 2016-06-15 23:07:15
On Tue, 2015-11-10 at 12:42 +0100, Michael Haggerty wrote:
Another re-roll of this patch series, to address the comments of
Ramsay Jones (thanks!) about v7 [1].
This version has the following changes compared to v7:
* Drop "refs: make is_branch public" patch. This was already done
quite a while ago:
e7e0f26 refs.c: add a public is_branch function (2014-07-15)
* Instead of having refs-internal.h include refs.h, have the "*.c"
files include both header files.
* Remove some unneeded includes from refs/files-backend.c.
Since patch 01/11 of v7 was omitted, the patches in this version are
numbered differently. In particular, it is now patches 01 through 07
that form the core of this patch series. The last three patches can
easily be postponed if that will speed the progress of the first
seven.
These patches are also available from my GitHub fork [2] as branch
"refs-backend-pre-vtable".This version looks good to me.