Disable automatic git maintenance, too
Git 2.30 (released in 2020) introduced the new maintenance.auto config option that avoids [1] extra process invocation that would previously happen even with gc.auto disabled (which we already disable).
This has recently [2] been changed so that disabling gc.auto has the same effect, but to let the users of older Git versions benefit from this feature, disable maintenance.auto explicitly as well. Git versions that don’t know about the maintenance.auto option (< 2.30) will not mind if we set this option since it will simply be ignored.
Original patch by fundawang fundawang@yeah.net.
[1] Commit 1942d48380fec53f76361e9adebef15b5db9628a in Git [2] Commit 29364f16242abd490160f66d2d239ac45e1d45fb in Git
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
This is RPM, the RPM Package Manager.
The latest releases are always available at:
Additional RPM documentation (papers, slides, HOWTOs) can also be found at the same site: http://rpm.org.
http://rpm.org/community all rpm related mailing lists.
RPM was originally written by:
See the CREDITS file for a list of folks who have helped us out tremendously. RPM is Copyright (c) 1998 by Red Hat Software, Inc., and may be distributed under the terms of the GPL and LGPL (see the file COPYING for details).