Skip to content

Commit 3aa096c

Browse files
committed
Fix argument handling in Git.Merge.trees
This change makes ancestor_tree and opts optional to match the documentation. Closes: #1504
1 parent 92b3506 commit 3aa096c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

generate/input/descriptor.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1572,6 +1572,16 @@
15721572
}
15731573
}
15741574
},
1575+
"git_merge_trees": {
1576+
"args": {
1577+
"ancestor_tree": {
1578+
"isOptional": true
1579+
},
1580+
"opts": {
1581+
"isOptional": true
1582+
}
1583+
}
1584+
},
15751585
"git_merge_file": {
15761586
"ignore": true
15771587
},

0 commit comments

Comments
 (0)