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
c07d9c95
Commit
c07d9c95
authored
Aug 09, 2012
by
Vicent Marti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oid: Explicitly include `oid.h` for the inlined CMP
parent
d7b3dab9
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
8 additions
and
0 deletions
+8
-0
src/attr.c
+1
-0
src/cache.c
+1
-0
src/diff.c
+1
-0
src/diff_output.c
+1
-0
src/index.c
+1
-0
src/odb.c
+1
-0
src/refs.c
+1
-0
src/remote.c
+1
-0
No files found.
src/attr.c
View file @
c07d9c95
#include "repository.h"
#include "fileops.h"
#include "config.h"
#include "git2/oid.h"
#include <ctype.h>
GIT__USE_STRMAP
;
...
...
src/cache.c
View file @
c07d9c95
...
...
@@ -11,6 +11,7 @@
#include "thread-utils.h"
#include "util.h"
#include "cache.h"
#include "git2/oid.h"
int
git_cache_init
(
git_cache
*
cache
,
size_t
size
,
git_cached_obj_freeptr
free_ptr
)
{
...
...
src/diff.c
View file @
c07d9c95
...
...
@@ -6,6 +6,7 @@
*/
#include "common.h"
#include "git2/diff.h"
#include "git2/oid.h"
#include "diff.h"
#include "fileops.h"
#include "config.h"
...
...
src/diff_output.c
View file @
c07d9c95
...
...
@@ -8,6 +8,7 @@
#include "git2/diff.h"
#include "git2/attr.h"
#include "git2/blob.h"
#include "git2/oid.h"
#include "xdiff/xdiff.h"
#include <ctype.h>
#include "diff.h"
...
...
src/index.c
View file @
c07d9c95
...
...
@@ -14,6 +14,7 @@
#include "tree-cache.h"
#include "hash.h"
#include "git2/odb.h"
#include "git2/oid.h"
#include "git2/blob.h"
#include "git2/config.h"
...
...
src/odb.c
View file @
c07d9c95
...
...
@@ -14,6 +14,7 @@
#include "delta-apply.h"
#include "git2/odb_backend.h"
#include "git2/oid.h"
#define GIT_ALTERNATES_FILE "info/alternates"
...
...
src/refs.c
View file @
c07d9c95
...
...
@@ -14,6 +14,7 @@
#include <git2/tag.h>
#include <git2/object.h>
#include <git2/oid.h>
GIT__USE_STRMAP
;
...
...
src/remote.c
View file @
c07d9c95
...
...
@@ -7,6 +7,7 @@
#include "git2/config.h"
#include "git2/types.h"
#include "git2/oid.h"
#include "config.h"
#include "repository.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