git-gc: do not run git-prune by default.
authorJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 07:28:28 +0000 (23:28 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 07:28:28 +0000 (23:28 -0800)
git-prune is not safe when run uncontrolled in parallel while
other git operations are creating new objects. To avoid
mistakes, do not run git-prune by default from git-gc.

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