Re: [PATCH] cvsimport - cleanup of the multi-indexes handling
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:31
Martin Langhoff [off-list ref] writes:
Indexes are only needed when we are about preparing to commit. Prime them
inside commit() when we have all the info we need, and remove all the
redundant index setups.
Obviously makes sense although I admit I do not have to interact
with CVS these days anymore (lucky me ;-).