On Tue, Mar 4, 2014 at 12:48 PM, Jeff King <p...@peff.net> 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 ?

>  static int commit_graft_pos(const unsigned char *sha1)
>  {
>         int lo, hi;
> --
> 1.8.5.2.500.g8060133
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to