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
Fix Status.file
  • Loading branch information
John Haley committed Apr 10, 2015
commit 84405fd8cf7462dd1c14934aef62530bdd225197
10 changes: 10 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1604,6 +1604,16 @@
"git_status_byindex": {
"isAsync": false
},
"git_status_file": {
"args": {
"status_flags": {
"isReturn": true
},
"return": {
"isErrorCode": true
}
}
},
"git_status_foreach": {
"isAsync": true,
"return": {
Expand Down