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
Make remote#download async
  • Loading branch information
tbranyen committed Feb 7, 2015
commit 4a326f11a751fbd2176c1e44284e231b4e28f333
6 changes: 6 additions & 0 deletions generate/input/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,12 @@
"remote": {
"cType": "git_remote",
"functions": {
"git_remote_download": {
"isAsync": true,
"return": {
"isErrorCode": true
}
},
"git_remote_default_branch": {
"ignore": true
},
Expand Down