Skip to content

Commit 377366c

Browse files
committed
Merge pull request nodegit#997 from nodegit/make-conflict-add-nullable
Index.conflictAdd should have nullable entries
2 parents d5cc79e + d6f0827 commit 377366c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

generate/input/descriptor.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -999,6 +999,20 @@
999999
},
10001000
"git_index_conflict_add": {
10011001
"isAsync": true,
1002+
"args": {
1003+
"index": {
1004+
"isSelf": true
1005+
},
1006+
"ancestor_entry": {
1007+
"isOptional": true
1008+
},
1009+
"our_entry": {
1010+
"isOptional": true
1011+
},
1012+
"their_entry": {
1013+
"isOptional": true
1014+
}
1015+
},
10021016
"return": {
10031017
"isErrorCode": true
10041018
}

0 commit comments

Comments
 (0)