Commit 27c25f5a381cf3c5db856dec3a1f6cf7346d4bdf
Call repo.getPack with options
cel committed on 4/23/2017, 2:16:24 AMParent: fcab47a8cf27c86e262858f310afdf8f59052283
Files changed
index.js | changed |
package.json | changed |
index.js | ||
---|---|---|
@@ -170,9 +170,9 @@ | ||
170 | 170 … | if (!hasWants) return cb(true) |
171 | 171 … | if (options.verbosity >= 2) { |
172 | 172 … | console.error('wants', wants) |
173 | 173 … | } |
174 | - repo.getPack(wants, haves, function (err, _sendPack) { | |
174 … | + repo.getPack(wants, haves, options, function (err, _sendPack) { | |
175 | 175 … | if (err) return cb(err) |
176 | 176 … | sendPack = _sendPack |
177 | 177 … | sendPack(null, cb) |
178 | 178 … | }) |
package.json | |||
---|---|---|---|
@@ -26,9 +26,9 @@ | |||
26 | 26 … | "pull-buffered": "^0.3.2", | |
27 | 27 … | "pull-cache": "^0.0.0", | |
28 | 28 … | "pull-cat": "^1.1.11", | |
29 | 29 … | "pull-git-pack": "^1.0.0", | |
30 | - "pull-git-repo": "^1.0.0", | ||
30 … | + "pull-git-repo": "^1.2.0", | ||
31 | 31 … | "pull-hash": "^1.0.0", | |
32 | 32 … | "pull-stream": "^3.4.5", | |
33 | 33 … | "stream-to-pull-stream": "^1.7.2" | |
34 | 34 … | }, |
Built with git-ssb-web