Commit a7e34e3c by Vicent Marti

transport: Merge bitfield

I don't think MSVC merges these automatically.
parent 84dd3820
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment