24 lines
758 B
Diff
24 lines
758 B
Diff
|
From dabd40c54fa3a086a5b1b1dd0f2fb86a689eef69 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= <jdavid.ibp@gmail.com>
|
||
|
Date: Fri, 17 May 2024 09:53:05 +0200
|
||
|
Subject: [PATCH] Update to libgit2 1.8.1
|
||
|
|
||
|
---
|
||
|
pygit2/decl/remote.h | 3 +--
|
||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/pygit2/decl/remote.h b/pygit2/decl/remote.h
|
||
|
index 6a4ee90b..64b96442 100644
|
||
|
--- a/pygit2/decl/remote.h
|
||
|
+++ b/pygit2/decl/remote.h
|
||
|
@@ -81,8 +81,7 @@ typedef struct {
|
||
|
int version;
|
||
|
git_remote_callbacks callbacks;
|
||
|
git_fetch_prune_t prune;
|
||
|
- unsigned int update_fetchhead : 1,
|
||
|
- report_unchanged : 1;
|
||
|
+ unsigned int update_fetchhead;
|
||
|
git_remote_autotag_option_t download_tags;
|
||
|
git_proxy_options proxy_opts;
|
||
|
int depth;
|