Jakub Narebski <jnareb@xxxxxxxxx> wrote: > "Shawn O. Pearce" <spearce@xxxxxxxxxxx> writes: > > - Use JGit and its daemon > > From what I remember currently JGit daemon generates suboptimal > packfiles, as it does not support delta compression yet... Yes. It does however support delta-reuse, and it only supports the index-pack variant during receive-pack. So it saves and reuses any deltas created by C git. Which makes it almost tolerable to work with as a bit server. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html