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
ac26e245
Commit
ac26e245
authored
Mar 30, 2011
by
nulltoken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename git_tag_create_o_f() to git_tag_create_fo()
parent
9e680bcc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
include/git2/tag.h
+2
-2
src/tag.c
+1
-1
No files found.
include/git2/tag.h
View file @
ac26e245
...
...
@@ -202,7 +202,7 @@ GIT_EXTERN(int) git_tag_create_o(
* for consistency.
*
* @param target OID to which this tag points; note that no
* validation is done on this OID. Use the _
o_f
version of this
* validation is done on this OID. Use the _
fo
version of this
* method to assure a proper object is being tagged
*
* @param target_type Type of the tagged OID; note that no
...
...
@@ -239,7 +239,7 @@ GIT_EXTERN(int) git_tag_create_f(
*
* @see git_tag_create_f
*/
GIT_EXTERN
(
int
)
git_tag_create_
o_f
(
GIT_EXTERN
(
int
)
git_tag_create_
fo
(
git_oid
*
oid
,
git_repository
*
repo
,
const
char
*
tag_name
,
...
...
src/tag.c
View file @
ac26e245
...
...
@@ -288,7 +288,7 @@ int git_tag_create(
tagger
,
message
,
0
);
}
int
git_tag_create_
o_f
(
int
git_tag_create_
fo
(
git_oid
*
oid
,
git_repository
*
repo
,
const
char
*
tag_name
,
...
...
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