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
c03e8c22
Commit
c03e8c22
authored
Feb 10, 2015
by
Ben Chatelain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use correct Doxygen trailing comment syntax
parent
ec7e1c93
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
include/git2/cherrypick.h
+2
-2
include/git2/config.h
+3
-3
include/git2/revert.h
+2
-2
No files found.
include/git2/cherrypick.h
View file @
c03e8c22
...
...
@@ -29,8 +29,8 @@ typedef struct {
/** For merge commits, the "mainline" is treated as the parent. */
unsigned
int
mainline
;
git_merge_options
merge_opts
;
/* Options for the merging */
git_checkout_options
checkout_opts
;
/* Options for the checkout */
git_merge_options
merge_opts
;
/*
*<
Options for the merging */
git_checkout_options
checkout_opts
;
/*
*<
Options for the checkout */
}
git_cherrypick_options
;
#define GIT_CHERRYPICK_OPTIONS_VERSION 1
...
...
include/git2/config.h
View file @
c03e8c22
...
...
@@ -59,9 +59,9 @@ typedef enum {
* An entry in a configuration file
*/
typedef
struct
{
const
char
*
name
;
/* Name of the entry (normalised) */
const
char
*
value
;
/* String value of the entry */
git_config_level_t
level
;
/* Which config file this was found in */
const
char
*
name
;
/*
*<
Name of the entry (normalised) */
const
char
*
value
;
/*
*<
String value of the entry */
git_config_level_t
level
;
/*
*<
Which config file this was found in */
}
git_config_entry
;
typedef
int
(
*
git_config_foreach_cb
)(
const
git_config_entry
*
,
void
*
);
...
...
include/git2/revert.h
View file @
c03e8c22
...
...
@@ -29,8 +29,8 @@ typedef struct {
/** For merge commits, the "mainline" is treated as the parent. */
unsigned
int
mainline
;
git_merge_options
merge_opts
;
/* Options for the merging */
git_checkout_options
checkout_opts
;
/* Options for the checkout */
git_merge_options
merge_opts
;
/*
*<
Options for the merging */
git_checkout_options
checkout_opts
;
/*
*<
Options for the checkout */
}
git_revert_options
;
#define GIT_REVERT_OPTIONS_VERSION 1
...
...
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