Always auto-gc after calling a fast-import transport
commitfe9aab204b6e73a0a5a8fa46b493ba1bfdae4d89
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:35 +0000 (9 13:04 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 10 May 2014 21:56:44 +0000 (10 16:56 -0500)
tree24f2dd3ee3fded0fb5106ae039553e2a966346a0
parent11b6018de6cc56a5af1953329900c67eab886644
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