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
05fc823f
Commit
05fc823f
authored
Dec 04, 2012
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
indentation fix
parent
16e6cee2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/checkout.c
+3
-3
No files found.
src/checkout.c
View file @
05fc823f
...
...
@@ -206,7 +206,7 @@ static int checkout_blob(
static
int
retrieve_symlink_caps
(
git_repository
*
repo
,
bool
*
out
)
{
git_config
*
cfg
;
int
can_symlink
=
0
;
int
can_symlink
=
0
;
int
error
;
if
(
git_repository_config__weakptr
(
&
cfg
,
repo
)
<
0
)
...
...
@@ -220,8 +220,8 @@ static int retrieve_symlink_caps(git_repository *repo, bool *out)
error
=
0
;
}
if
(
error
>=
0
)
*
out
=
can_symlink
;
if
(
error
>=
0
)
*
out
=
can_symlink
;
return
error
;
}
...
...
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