mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
transport: Merge bitfield
I don't think MSVC merges these automatically.
This commit is contained in:
@@ -46,8 +46,8 @@ struct git_transport {
|
||||
/**
|
||||
* Whether we want to push or fetch
|
||||
*/
|
||||
int direction : 1; /* 0 fetch, 1 push */
|
||||
int connected : 1;
|
||||
int direction : 1, /* 0 fetch, 1 push */
|
||||
connected : 1;
|
||||
/**
|
||||
* Connect and store the remote heads
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user