File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -67,15 +67,18 @@ typedef struct git_blame_options {
6767 uint16_t min_match_characters ;
6868 /** The id of the newest commit to consider. The default is HEAD. */
6969 git_oid newest_commit ;
70- /** The id of the oldest commit to consider.
70+ /**
71+ * The id of the oldest commit to consider.
7172 * The default is the first commit encountered with a NULL parent.
7273 */
7374 git_oid oldest_commit ;
74- /** The first line in the file to blame.
75+ /**
76+ * The first line in the file to blame.
7577 * The default is 1 (line numbers start with 1).
7678 */
7779 size_t min_line ;
78- /** The last line in the file to blame.
80+ /**
81+ * The last line in the file to blame.
7982 * The default is the last line of the file.
8083 */
8184 size_t max_line ;
You can’t perform that action at this time.
0 commit comments