git-gc: run pack-refs by default unless the repo is bare
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 13 Feb 2007 13:01:42 +0000 (14:01 +0100)
committerJunio C Hamano <junkio@cox.net>
Tue, 13 Feb 2007 17:19:34 +0000 (09:19 -0800)
The config variable gc.packrefs is tristate now: "true", "false"
and "notbare", where "notbare" is the default.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found