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
dfe2856d
Commit
dfe2856d
authored
Sep 18, 2015
by
Carlos Martín Nieto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a couple of warnings
parent
403e1800
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
+1
-2
tests/online/push.c
+0
-1
tests/submodule/lookup.c
+1
-1
No files found.
tests/online/push.c
View file @
dfe2856d
...
...
@@ -91,7 +91,6 @@ static int cred_acquire_cb(
/**
* git_push_status_foreach callback that records status entries.
* @param data (git_vector *) of push_status instances
*/
static
int
record_push_status_cb
(
const
char
*
ref
,
const
char
*
msg
,
void
*
payload
)
{
...
...
tests/submodule/lookup.c
View file @
dfe2856d
...
...
@@ -369,7 +369,7 @@ void test_submodule_lookup__renamed(void)
/* Rename the entry in the index */
{
const
git_index_entry
*
e
;
git_index_entry
entry
=
{
0
};
git_index_entry
entry
=
{
{
0
}
};
e
=
git_index_get_bypath
(
idx
,
"sm_unchanged"
,
0
);
cl_assert
(
e
);
...
...
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