Skip to content

Commit a520fa8

Browse files
committed
Add descriptor for worktree
1 parent 77cf252 commit a520fa8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

generate/input/descriptor.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,6 +3011,22 @@
30113011
}
30123012
}
30133013
},
3014+
"worktree": {
3015+
"selfFreeing": true,
3016+
"cType": "git_worktree",
3017+
"freeFunctionName": "git_worktree_free",
3018+
"functions": {
3019+
"git_worktree_free": {
3020+
"ignore": true
3021+
},
3022+
"git_worktree_add_init_options": {
3023+
"ignore": true
3024+
},
3025+
"git_worktree_prune_init_options": {
3026+
"ignore": true
3027+
}
3028+
}
3029+
},
30143030
"writestream": {
30153031
"cType": "git_writestream",
30163032
"needsForwardDeclaration": false

0 commit comments

Comments
 (0)