| author | Junio C Hamano <junkio@cox.net> | |
| Mon, 22 Jan 2007 07:28:28 +0000 (23:28 -0800) | ||
| committer | Junio C Hamano <junkio@cox.net> | |
| Mon, 22 Jan 2007 07:28:28 +0000 (23:28 -0800) | ||
| commit | e3ff4b244726f89620201e3295f097cf00b6b502 | |
| tree | 0974a068a5c3ce28d9c132ec232ff8da266beded | tree | snapshot |
| parent | a0022eebf345a4515c7d148c303911010b1fa834 | commit | diff |
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>
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 | diff | blob | history | |
| git-gc.sh | diff | blob | history |