git ssb

0+

cel / pull-git-remote-helper



Commit 27c25f5a381cf3c5db856dec3a1f6cf7346d4bdf

Call repo.getPack with options

cel committed on 4/23/2017, 2:16:24 AM
Parent: fcab47a8cf27c86e262858f310afdf8f59052283

Files changed

index.jschanged
package.jsonchanged
index.jsView
@@ -170,9 +170,9 @@
170170 if (!hasWants) return cb(true)
171171 if (options.verbosity >= 2) {
172172 console.error('wants', wants)
173173 }
174- repo.getPack(wants, haves, function (err, _sendPack) {
174 + repo.getPack(wants, haves, options, function (err, _sendPack) {
175175 if (err) return cb(err)
176176 sendPack = _sendPack
177177 sendPack(null, cb)
178178 })
package.jsonView
@@ -26,9 +26,9 @@
2626 "pull-buffered": "^0.3.2",
2727 "pull-cache": "^0.0.0",
2828 "pull-cat": "^1.1.11",
2929 "pull-git-pack": "^1.0.0",
30- "pull-git-repo": "^1.0.0",
30 + "pull-git-repo": "^1.2.0",
3131 "pull-hash": "^1.0.0",
3232 "pull-stream": "^3.4.5",
3333 "stream-to-pull-stream": "^1.7.2"
3434 },

Built with git-ssb-web