]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-gc.txt
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)
commite3ff4b244726f89620201e3295f097cf00b6b502
tree0974a068a5c3ce28d9c132ec232ff8da266beded
parenta0022eebf345a4515c7d148c303911010b1fa834
git-gc: do not run git-prune by default.

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