git ssb

0+

cel / pull-git-remote-helper



Commit 19f56371ca30ab1b788a7f999d532d523f890469

Ask client not to send thin packs

They currently have to be expanded anyway in order to be indexed
Charles Lehner committed on 3/19/2016, 11:02:27 PM
Parent: 3743a50e99ae0400aabf3a4a34e510181b274aea

Files changed

index.jschanged
index.jsView
@@ -352,8 +352,9 @@
352352 // receive-pack: push from client
353353 function receivePack(read, repo, options) {
354354 var sendRefs = receivePackHeader([
355355 'delete-refs',
356+ 'no-thin',
356357 ], repo.refs(), null, true)
357358 var done = multicb({pluck: 1})
358359
359360 return pktLine.encode(

Built with git-ssb-web