Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update descriptor.json for git_rebase_init and git_rebase_commit
  • Loading branch information
jdgarcia committed May 14, 2015
commit 5f88721d564d9e976904f5c7d5ff06ecaf8c0fa2
37 changes: 37 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1278,6 +1278,43 @@
}
}
},
"rebase": {
"functions": {
"git_rebase_commit": {
"args": {
"id": {
"isReturn": true,
"shouldAlloc": true
},
"author": {
"isOptional": true
},
"message_encoding": {
"isOptional": true
},
"message": {
"isOptional": true
}
}
},
"git_rebase_init": {
"args": {
"upstream": {
"isOptional": true
},
"onto": {
"isOptional": true
},
"signature": {
"isOptional": true
},
"opts": {
"isOptional": true
}
}
}
}
},
"refdb": {
"functions": {
"git_refdb_backend_fs": {
Expand Down