Always auto-gc after calling a fast-import transport
commita77f04ddf615bb9f5d71eb9e94e3e732eb59be68
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:35 +0000 (9 13:04 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 10 Apr 2014 18:53:33 +0000 (10 13:53 -0500)
treeaa0414b86f7042e2d2db112a1db649a7f0a39caf
parent9e54e5234a4065ec2254e133f5f9b234d28313f2
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