From 1473e8eb6eb59dc7521dcd5f8a4c9390e9b53223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Mon, 17 Jul 2023 22:23:30 +0200 Subject: [PATCH] Upgrade to libgit2 v1.7.0 Index: pygit2/decl/diff.h --- pygit2/decl/diff.h.orig +++ pygit2/decl/diff.h @@ -54,6 +54,7 @@ typedef struct { void *payload; uint32_t context_lines; uint32_t interhunk_lines; + git_oid_t oid_type; uint16_t id_abbrev; git_off_t max_size; const char *old_prefix;