Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
fcd81bcf
Commit
fcd81bcf
authored
Feb 07, 2013
by
Philip Kelley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No bitfields in public headers b/c packing is compiler-specific
parent
c9459abb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/git2/net.h
+1
-1
include/git2/transport.h
+1
-1
No files found.
include/git2/net.h
View file @
fcd81bcf
...
...
@@ -37,7 +37,7 @@ typedef enum {
* Remote head description, given out on `ls` calls.
*/
struct
git_remote_head
{
int
local
:
1
;
/* available locally */
int
local
;
/* available locally */
git_oid
oid
;
git_oid
loid
;
char
*
name
;
...
...
include/git2/transport.h
View file @
fcd81bcf
...
...
@@ -300,7 +300,7 @@ typedef struct git_smart_subtransport_definition {
/* True if the protocol is stateless; false otherwise. For example,
* http:// is stateless, but git:// is not. */
unsigned
rpc
:
1
;
unsigned
rpc
;
}
git_smart_subtransport_definition
;
/* Smart transport subtransports that come with libgit2 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment