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
Next Next commit
Set error on return for git_branch_set_upstream
  • Loading branch information
John Haley committed Apr 10, 2015
commit 2acd780dd9d061cc976e3117e0eb9e6eb8fb5fed
5 changes: 4 additions & 1 deletion generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,10 @@
}
},
"git_branch_upstream": {
"isAsync": false
"isAsync": false,
"return" : {
"isErrorCode": true
}
}
}
},
Expand Down