Always auto-gc after calling a fast-import transport
commite12600691b9d13d08abaa5b2b87453adc4906883
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:35 +0000 (9 13:04 -0500)
committerErik Faye-Lund <kusmabite@gmail.com>
Fri, 4 Jan 2013 15:07:11 +0000 (4 16:07 +0100)
tree0c3d4667e7478a00089ac5fcd46f28954ecb58a9
parent91673e55cad390c6117af168efe36a98567427a3
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