mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 01:45:11 +00:00
transport: Merge bitfield
I don't think MSVC merges these automatically.
This commit is contained in:
parent
84dd3820d4
commit
a7e34e3c85
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user