summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b14d255)
raw | patch | inline | side by side (parent: b14d255)
author | Nicolas Pitre <nico@cam.org> | |
Wed, 19 Mar 2008 21:06:11 +0000 (17:06 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 20 Mar 2008 00:30:53 +0000 (17:30 -0700) |
Give a direct hint to those who feel highly annoyed by the auto gc
behavior.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
behavior.
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-gc.txt | patch | blob | history |
index 229a7c9b30482eb2d8729b581004bc776fa10edf..d424a4ecbe2c751550f50048e63ce640941a3ebb 100644 (file)
--- a/Documentation/git-gc.txt
+++ b/Documentation/git-gc.txt
Users are encouraged to run this task on a regular basis within
each repository to maintain good disk space utilization and good
-operating performance. Some git commands may automatically run
-`git-gc`; see the `--auto` flag below for details.
+operating performance.
+
+Some git commands may automatically run `git-gc`; see the `--auto` flag
+below for details. If you know what you're doing and all you want is to
+disable this behavior permanently without further considerations, just do:
+
+----------------------
+$ git config --global gc.auto 0
+----------------------
OPTIONS
-------