Documentation: git gc packs refs by default now
commitefc266e8aedfd6c5011ea645a85e0744aaecb5d1
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 10 Jan 2010 02:59:41 +0000 (9 20:59 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jan 2010 06:40:52 +0000 (9 22:40 -0800)
tree32515a3b1159ffea5f9971d02f67e1beb5991506
parentdc89689e86c991c3ebb4d0b6c0cce223ea8e6e47
Documentation: git gc packs refs by default now

In commit 56752391 (Make "git gc" pack all refs by default,
2007-05-24), 'git gc' was changed to run pack-refs by default

Versions before v1.5.1.2 cannot clone repos with packed refs over
http, and versions before v1.4.4 cannot handled packed refs at
all, but more recent git should have no problems.  Try to make
this more clear in the git-config manual.

The analagous passage in git-gc.txt was updated already with
commit fe2128a (Change git-gc documentation to reflect
gc.packrefs implementation., 2008-01-09).

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt