Skip to content

Commit a041008

Browse files
tbranyenJohn Haley
authored andcommitted
Enable remaining blame methods
1 parent f4a0c93 commit a041008

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

generate/descriptor.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,37 @@
3030
},
3131

3232
"blame": {
33+
"cType": "git_blame",
34+
"forwardDeclare": true,
35+
36+
"functions": {
37+
"git_blame_init_options": {
38+
"ignore": false
39+
},
40+
41+
"git_blame_get_hunk_count": {
42+
"ignore": false,
43+
"args": [{ "shouldAlloc": true }]
44+
},
45+
46+
"git_blame_get_hunk_byindex": {
47+
"ignore": false,
48+
"args": [{ "shouldAlloc": true }]
49+
},
50+
51+
"git_blame_get_hunk_byline": {
52+
"ignore": false,
53+
"args": [{ "shouldAlloc": true }]
54+
},
55+
56+
"git_blame_file": {
57+
"ignore": false
58+
},
59+
60+
"git_blame_buffer": {
61+
"ignore": false
62+
}
63+
}
3364
},
3465

3566
"blob": {

0 commit comments

Comments
 (0)