File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -132,21 +132,6 @@ Remote.prototype.push = function(refSpecs, opts) {
132132 */
133133Remote . prototype . referenceList = Remote . prototype . referenceList ;
134134
135- /**
136- * Connects to a remote
137- *
138- * @async
139- * @param {Array } refSpecs The ref specs that should be pushed
140- * @param {FetchOptions } opts The fetch options for download, contains callbacks
141- * @param {String } message The message to use for the update reflog messages
142- * @param {Function } callback
143- * @return {Number } error code
144- */
145- Remote . prototype . fetch = function ( refspecs , opts , reflog_message ) {
146- return _fetch
147- . call ( this , refspecs , normalizeFetchOptions ( opts ) , reflog_message ) ;
148- } ;
149-
150135/**
151136 * Update the tips to the new state
152137 * @param {RemoteCallbacks } callbacks The callback functions for the connection
You can’t perform that action at this time.
0 commit comments