On Tue, Oct 4, 2016 at 9:51 AM, Christian Hesse <l...@eworm.de> wrote:
> +       hashcpy(walk_tree_ctx->matched_oid.hash, sha1);
> +       if (sha1_object_info(oid.hash, &size) != OBJ_COMMIT)
> +       type = sha1_object_info(oid.hash, &size);
> +               type = sha1_object_info(oid.hash, &size);
> +       buf = read_sha1_file(oid.hash, &type, &size);
> +       type = sha1_object_info(oid.hash, &size);
> +       buf = read_sha1_file(oid.hash, &type, &size);

Presumably upstream git doesn't have an oid family of functions for these yet?
_______________________________________________
CGit mailing list
CGit@lists.zx2c4.com
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to