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
cc5da0a6
Commit
cc5da0a6
authored
Jan 23, 2019
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples: don't use deprecated types
parent
5524a467
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
examples/general.c
+2
-2
No files found.
examples/general.c
View file @
cc5da0a6
...
...
@@ -185,7 +185,7 @@ static void object_database(git_repository *repo, git_oid *oid)
int
error
;
git_odb_object
*
obj
;
git_odb
*
odb
;
git_o
type
otype
;
git_o
bject_t
otype
;
git_repository_odb
(
&
odb
,
repo
);
...
...
@@ -416,7 +416,7 @@ static void commit_parsing(git_repository *repo)
static
void
tag_parsing
(
git_repository
*
repo
)
{
git_commit
*
commit
;
git_o
type
type
;
git_o
bject_t
type
;
git_tag
*
tag
;
git_oid
oid
;
const
char
*
name
,
*
message
;
...
...
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