Always auto-gc after calling a fast-import transport
commit6a78c1cc84215c9f6c1cfa22dc3e8b44cc328a5b
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:35 +0000 (9 13:04 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Apr 2012 18:04:39 +0000 (9 13:04 -0500)
treec2656aa11b38f4f878bb2efe28364d50ca8a5610
parent64a8a034d2bab8fa468a86ffd4dc46e8c3609452
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