Skip to content

Commit dabd40c

Browse files
committed
Update to libgit2 1.8.1
1 parent 31ea782 commit dabd40c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pygit2/decl/remote.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,7 @@ typedef struct {
8181
int version;
8282
git_remote_callbacks callbacks;
8383
git_fetch_prune_t prune;
84-
unsigned int update_fetchhead : 1,
85-
report_unchanged : 1;
84+
unsigned int update_fetchhead;
8685
git_remote_autotag_option_t download_tags;
8786
git_proxy_options proxy_opts;
8887
int depth;

0 commit comments

Comments
 (0)