Re: Scripts to use "bundles" for moving data between repositories
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:54
Mark Levedahl [off-list ref] writes:
That is any easy change. As the dominant content is an already compressed pack file, is tar sufficient or should it be a gzip or bzip tar?
Plain vanilla would do. Have you noticed how well they deflate with your implementation that uses zip? Also we _might_ want to uuencode (or base85) so that you can even e-mail a bundle easily. I am 75% kidding ;-).