Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] How to completely disable auto GC in JGit

Denis Malyshkin wrote:

Could you please give some insides about "gc.autogc" option? Should we turn it off also? Is it a deprecated one? Or will it be more wider used in the future?

Do you mean receive.autogc? "git help config" explains:

 receive.autogc
   By default, git-receive-pack will run "git-gc --auto" after receiving data from git-push and updating refs. You can stop it by setting this variable to false.

Thanks and hope that helps,
Jonathan

Back to the top