author | Junio C Hamano <gitster@pobox.com> | |
Tue, 20 Oct 2009 21:56:40 +0000 (14:56 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 21 Oct 2009 22:32:32 +0000 (15:32 -0700) | ||
commit | 77e3efbf43a1060049121350cc3ae8c208e77d57 | |
tree | 862e5120e12f3422903822f2f86eb3bbb238f35a | tree | snapshot |
parent | dad5f89fc568639c43bdbf344411757adf39d636 | commit | diff |
receive-pack: run "gc --auto --quiet" and optionally "update-server-info"
Introduce two new configuration variables, receive.autogc (defaults to
true) and receive.updateserverinfo (defaults to false). When these are
set, receive-pack runs "gc --auto --quiet" and "update-server-info"
respectively after it finishes receiving data from "git push" and updating
refs.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Introduce two new configuration variables, receive.autogc (defaults to
true) and receive.updateserverinfo (defaults to false). When these are
set, receive-pack runs "gc --auto --quiet" and "update-server-info"
respectively after it finishes receiving data from "git push" and updating
refs.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Nicolas Pitre <nico@fluxnic.net>
Documentation/config.txt | diff | blob | history | |
builtin-receive-pack.c | diff | blob | history |