repack.usedeltabaseoffset config option now defaults to "true"
commit22c79eab2956d7f47ff2495104583a25208565ac
authorNicolas Pitre <nico@cam.org>
Wed, 25 Jun 2008 04:24:53 +0000 (25 00:24 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2008 17:56:40 +0000 (25 10:56 -0700)
tree3b07b845691da95c208c2f68bdc4c610c899d88c
parent85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd
repack.usedeltabaseoffset config option now defaults to "true"

As announced for 1.6.0.

Access over the native protocol by old git versions is unaffected as
this capability is negociated by the protocol.  Otherwise setting this
config option to "false" and doing a 'git repack -a -d' is enough to
remain compatible with ancient git versions (older than 1.4.4).

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
git-repack.sh