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
c7b42f44
Commit
c7b42f44
authored
Apr 11, 2018
by
Etienne Samson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix comment style
parent
3ec35d9c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
include/git2/blame.h
+6
-3
No files found.
include/git2/blame.h
View file @
c7b42f44
...
...
@@ -67,15 +67,18 @@ typedef struct git_blame_options {
uint16_t
min_match_characters
;
/** The id of the newest commit to consider. The default is HEAD. */
git_oid
newest_commit
;
/** The id of the oldest commit to consider.
/**
* The id of the oldest commit to consider.
* The default is the first commit encountered with a NULL parent.
*/
git_oid
oldest_commit
;
/** The first line in the file to blame.
/**
* The first line in the file to blame.
* The default is 1 (line numbers start with 1).
*/
size_t
min_line
;
/** The last line in the file to blame.
/**
* The last line in the file to blame.
* The default is the last line of the file.
*/
size_t
max_line
;
...
...
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