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
8d2784d5
Commit
8d2784d5
authored
Nov 01, 2016
by
Etienne Samson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
describe: fix documentation
parent
a051ee31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
include/git2/describe.h
+5
-2
No files found.
include/git2/describe.h
View file @
8d2784d5
...
...
@@ -44,8 +44,8 @@ typedef enum {
typedef
struct
git_describe_options
{
unsigned
int
version
;
unsigned
int
max_candidates_tags
;
/** default: 10 */
unsigned
int
describe_strategy
;
/** default: GIT_DESCRIBE_DEFAULT */
unsigned
int
max_candidates_tags
;
/**
<
default: 10 */
unsigned
int
describe_strategy
;
/**
<
default: GIT_DESCRIBE_DEFAULT */
const
char
*
pattern
;
/**
* When calculating the distance from the matching tag or
...
...
@@ -105,6 +105,9 @@ typedef struct {
GIT_EXTERN
(
int
)
git_describe_init_format_options
(
git_describe_format_options
*
opts
,
unsigned
int
version
);
/**
* A struct that stores the result of a describe operation.
*/
typedef
struct
git_describe_result
git_describe_result
;
/**
...
...
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