On 02/05/2016 08:44 PM, David Turner wrote: > From: Ronnie Sahlberg <sahlberg@xxxxxxxxxx> > > Add ref backend methods for: > resolve_ref_unsafe, verify_refname_available, pack_refs, peel_ref, > create_symref, resolve_gitlink_ref. > > Signed-off-by: Ronnie Sahlberg <sahlberg@xxxxxxxxxx> > Signed-off-by: David Turner <dturner@xxxxxxxxxxxxxxxx> > --- > builtin/init-db.c | 1 + > refs.c | 36 ++++++++++++++++++++++++++++++++++++ > refs/files-backend.c | 33 +++++++++++++++++++++++---------- > refs/refs-internal.h | 23 +++++++++++++++++++++++ > 4 files changed, 83 insertions(+), 10 deletions(-) > > diff --git a/builtin/init-db.c b/builtin/init-db.c > index 07229d6..26e1cc3 100644 > --- a/builtin/init-db.c > +++ b/builtin/init-db.c > @@ -8,6 +8,7 @@ > #include "builtin.h" > #include "exec_cmd.h" > #include "parse-options.h" > +#include "refs.h" You can't see it in this diff's context, but there is already an '#include "refs.h"' in this file. > [...] Michael -- Michael Haggerty mhagger@xxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html