Re: [RFC] send-pack: allow skipping delta when sending pack
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:27
Jeff King [off-list ref] writes:
What do you suggest for this performance issue, then?
A manual no-delta trigger, or just going to get a cup of coffee while
pushing (my tests showed 5-6x slowdown from deltifying)?
In the short term, give --depth to send-pack, would be better
than nothing.
I agree we should be able to do better. But let me grab some
sleep now first ;-).