transport: Merge bitfield

I don't think MSVC merges these automatically.
This commit is contained in:
Vicent Marti 2011-08-18 02:28:34 +02:00
parent 84dd3820d4
commit a7e34e3c85

View File

@ -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
*/ */