On Tue, Mar 04, 2014 at 06:36:07PM -0500, Eric Sunshine wrote: > On Tue, Mar 4, 2014 at 12:48 PM, Jeff King <peff@xxxxxxxx> wrote: > > diff --git a/commit.c b/commit.c > > index 6bf4fe0..886dbfe 100644 > > --- a/commit.c > > +++ b/commit.c > > @@ -114,6 +114,11 @@ static unsigned long parse_commit_date(const char *buf, const char *tail) > > static struct commit_graft **commit_graft; > > static int commit_graft_alloc, commit_graft_nr; > > > > +int commit_grafts_loaded(void) > > +{ > > + return !!commit_graft_nr; > > +} > > Did you mean !!commit_graft ? Shouldn't they produce the same results? -Peff -- 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