Jakub Narebski wrote:AFAICT, git stopped pushing thin packs by default with 1.5.3.2, so you have to explicitely ask for it. The original poster might not be clear about this (or even know what a thin pack is). Thanassis, try to use "git push --thin". 'man git-push' says: --thin, --no-thin These options are passed to git-send-pack. Thin transfer spends extra cycles to minimize the number of objects to be sent and meant to be used on slower connection. I did a quick test with big random files and it indeed only sends small deltas on small changes, but if you don't pass --thin, it will send the full objects. I didn't find a configuration variable to change that default. It would make sense for people that regularly push over slow lines. Hope this helps, jlh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Alan Cox | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 004/196] Chinese: add translation of SubmittingPatches |
| Bart Van Assche | Re: Integration of SCST in the mainstream Linux kernel |
| Andrew Morton | Re: [RFC/PATCH] Documentation of kernel messages |
git: | |
| Winkler, Tomas | RE: iwlwifi: fix build bug in "iwlwifi: fix LED stall" |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Mark Lord | Re: [BUG] New Kernel Bugs |
