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
e3c7786b
Commit
e3c7786b
authored
Apr 28, 2011
by
Jakob Pfender
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
index.c: Remove duplicate function declaration
read_unmerged_internal() was present twice.
parent
4c0b6a6d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
+0
-1
src/index.c
+0
-1
No files found.
src/index.c
View file @
e3c7786b
...
...
@@ -99,7 +99,6 @@ static size_t read_entry(git_index_entry *dest, const void *buffer, size_t buffe
static
int
read_header
(
struct
index_header
*
dest
,
const
void
*
buffer
);
static
int
read_tree
(
git_index
*
index
,
const
char
*
buffer
,
size_t
buffer_size
);
static
int
read_unmerged_internal
(
git_index
*
,
const
char
**
,
size_t
buffer_size
);
static
git_index_tree
*
read_tree_internal
(
const
char
**
,
const
char
*
,
git_index_tree
*
);
static
int
read_unmerged_internal
(
git_index
*
,
const
char
**
,
size_t
buffer_size
);
...
...
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