Commit 19f56371ca30ab1b788a7f999d532d523f890469
Ask client not to send thin packs
They currently have to be expanded anyway in order to be indexedCharles Lehner committed on 3/19/2016, 11:02:27 PM
Parent: 3743a50e99ae0400aabf3a4a34e510181b274aea
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -352,8 +352,9 @@ | ||
352 | 352 | // receive-pack: push from client |
353 | 353 | function receivePack(read, repo, options) { |
354 | 354 | var sendRefs = receivePackHeader([ |
355 | 355 | 'delete-refs', |
356 | + 'no-thin', | |
356 | 357 | ], repo.refs(), null, true) |
357 | 358 | var done = multicb({pluck: 1}) |
358 | 359 | |
359 | 360 | return pktLine.encode( |
Built with git-ssb-web