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
7b3f49f0
Commit
7b3f49f0
authored
Nov 14, 2016
by
Patrick Steinhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fileops: fix typos in `git_futils_creat_locked{,with_path}`
parent
b7822050
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fileops.h
+2
-2
No files found.
src/fileops.h
View file @
7b3f49f0
...
...
@@ -45,12 +45,12 @@ extern int git_futils_writebuffer(
extern
int
git_futils_creat_withpath
(
const
char
*
path
,
const
mode_t
dirmode
,
const
mode_t
mode
);
/**
* Create an open a process-locked file
* Create an
d
open a process-locked file
*/
extern
int
git_futils_creat_locked
(
const
char
*
path
,
const
mode_t
mode
);
/**
* Create an open a process-locked file, while
* Create an
d
open a process-locked file, while
* also creating all the folders in its path
*/
extern
int
git_futils_creat_locked_withpath
(
const
char
*
path
,
const
mode_t
dirmode
,
const
mode_t
mode
);
...
...
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