mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 07:47:18 +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
|
* Whether we want to push or fetch
|
||||||
*/
|
*/
|
||||||
int direction : 1; /* 0 fetch, 1 push */
|
int direction : 1, /* 0 fetch, 1 push */
|
||||||
int connected : 1;
|
connected : 1;
|
||||||
/**
|
/**
|
||||||
* Connect and store the remote heads
|
* Connect and store the remote heads
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user