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
fc70832a
Commit
fc70832a
authored
Feb 23, 2011
by
Sakari Jokinen
Committed by
Vicent Marti
Feb 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include "oid.h" in headers that use git_oid
This makes generating bindings to hlibgit2 easier
parent
7360122b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/git2/index.h
+1
-0
src/git2/refs.h
+1
-0
No files found.
src/git2/index.h
View file @
fc70832a
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "common.h"
#include "common.h"
#include "types.h"
#include "types.h"
#include "oid.h"
/**
/**
* @file git2/index.h
* @file git2/index.h
...
...
src/git2/refs.h
View file @
fc70832a
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
#include "common.h"
#include "common.h"
#include "types.h"
#include "types.h"
#include "oid.h"
/**
/**
* @file git2/refs.h
* @file git2/refs.h
...
...
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