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
e4ad52b6
Commit
e4ad52b6
authored
Sep 25, 2013
by
Vicent Martí
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1875 from ethomson/refdb_not_odb
That's the refdb, it's not the odb...
parents
b294f97e
e0b267af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/git2/sys/refdb_backend.h
+2
-2
No files found.
include/git2/sys/refdb_backend.h
View file @
e4ad52b6
...
...
@@ -121,8 +121,8 @@ struct git_refdb_backend {
void
(
*
free
)(
git_refdb_backend
*
backend
);
};
#define GIT_
O
DB_BACKEND_VERSION 1
#define GIT_
ODB_BACKEND_INIT {GIT_O
DB_BACKEND_VERSION}
#define GIT_
REF
DB_BACKEND_VERSION 1
#define GIT_
REFDB_BACKEND_INIT {GIT_REF
DB_BACKEND_VERSION}
/**
* Constructors for default filesystem-based refdb backend
...
...
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