Skip to content

Commit d8cd9fb

Browse files
committed
Added help notes
1 parent 87d9866 commit d8cd9fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

generate/scripts/helpers.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

test/tests/remote.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)