We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ea782 commit dabd40cCopy full SHA for dabd40c
pygit2/decl/remote.h
@@ -81,8 +81,7 @@ typedef struct {
81
int version;
82
git_remote_callbacks callbacks;
83
git_fetch_prune_t prune;
84
- unsigned int update_fetchhead : 1,
85
- report_unchanged : 1;
+ unsigned int update_fetchhead;
86
git_remote_autotag_option_t download_tags;
87
git_proxy_options proxy_opts;
88
int depth;
0 commit comments