author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 13 Feb 2007 13:01:42 +0000 (14:01 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 13 Feb 2007 17:19:34 +0000 (09:19 -0800) | ||
commit | c2120e5e4b9f7c548b0c49f914bc0881d7cece6f | |
tree | 84b26d22f171fb249428fc22c533c50921f9cbb5 | tree | snapshot |
parent | 85b1f98871f19617ff7ee8ec245fe4e817a74aa4 | commit | diff |
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>
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 | diff | blob | history | |
Documentation/git-gc.txt | diff | blob | history | |
git-gc.sh | diff | blob | history |