Skip to content

Commit

Permalink
Update to libgit2 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed May 17, 2024
1 parent 31ea782 commit dabd40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pygit2/decl/remote.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dabd40c

Please sign in to comment.