]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitc2120e5e4b9f7c548b0c49f914bc0881d7cece6f
tree84b26d22f171fb249428fc22c533c50921f9cbb5
parent85b1f98871f19617ff7ee8ec245fe4e817a74aa4
git-gc: run pack-refs by default unless the repo is bare

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>
Documentation/config.txt
Documentation/git-gc.txt
git-gc.sh