File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,8 @@ var Helpers = {
8585 } ,
8686
8787 isCallbackFunction : function ( cType ) {
88- // TODO: Fix this
88+ // NOTE: Added this just to get it working, I'm not sure how else to get
89+ // around this, as the fieldOverrides are applied after this.
8990 if ( cType === 'git_push_transfer_progress' ) {
9091 return true ;
9192 }
Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ describe("Remote", function() {
133133 var repo = this . repository ;
134134 var wasCalled = false ;
135135
136+ // NOTE: This doesn't work, the credentials callback fails.
137+ // Did manage to get it working by setting up a local bare repo and pushing to it.
138+
136139 return Remote . create ( repo , "test2" , url2 )
137140 . then ( function ( remote ) {
138141 var fetchOpts = {
You can’t perform that action at this time.
0 commit comments