Always auto-gc after calling a fast-import transport
commit635328c5b06269229e9e28820da224f2510eb447
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:35 +0000 (9 13:04 -0500)
committerStepan Kasal <kasal@ucw.cz>
Thu, 29 May 2014 08:42:01 +0000 (29 10:42 +0200)
tree501bfbe30b94553905e9ad8f5ab69cb2bb0cf19d
parente32da277dbf2c9982f7a4f8a9474d1107b664714
Always auto-gc after calling a fast-import transport

After importing anything with fast-import, we should always let the
garbage collector do its job, since the objects are written to disk
inefficiently.

This brings down an initial import of http://selenic.com/hg from about
230 megabytes to about 14.

In the future, we may want to make this configurable on a per-remote
basis, or maybe teach fast-import about it in the first place.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
transport-helper.c