Documentation: git gc packs refs by default now
commit2e294cf23b2114a107d22f7fdfaf06b61d0c7a17
authorJonathan Nieder <jrnieder@gmail.com>
Sun, 10 Jan 2010 02:59:41 +0000 (9 20:59 -0600)
committerThomas Rast <trast@student.ethz.ch>
Sun, 10 Jan 2010 12:12:57 +0000 (10 13:12 +0100)
tree250b005976205a6cd5bdb236cc7c42d97b0dae5d
parent0b444cdb19bcfcc7f59b7b00783cbfbbc5ddcf63
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: Thomas Rast <trast@student.ethz.ch>
Documentation/config.txt