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
35d2e449
Commit
35d2e449
authored
Aug 20, 2012
by
nulltoken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkout: cleanup misplaced declaration
parent
ced8d142
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
src/checkout.c
+0
-6
src/clone.c
+0
-7
No files found.
src/checkout.c
View file @
35d2e449
...
...
@@ -22,9 +22,6 @@
#include "filter.h"
#include "blob.h"
GIT_BEGIN_DECL
typedef
struct
tree_walk_data
{
git_indexer_stats
*
stats
;
...
...
@@ -226,6 +223,3 @@ int git_checkout_reference(git_reference *ref,
git_reference_free
(
head
);
return
retcode
;
}
GIT_END_DECL
src/clone.c
View file @
35d2e449
...
...
@@ -26,8 +26,6 @@
#include "refs.h"
#include "path.h"
GIT_BEGIN_DECL
struct
HeadInfo
{
git_repository
*
repo
;
git_oid
remote_head_oid
;
...
...
@@ -247,8 +245,3 @@ int git_clone(git_repository **out,
return
retcode
;
}
GIT_END_DECL
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