Re: [PATCH] cvsimport - streamline temp index file creation and avoid creating empty tmpfiles
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:31
"Martin Langhoff" [off-list ref] writes:
Johannes, Junio,
I've managed to repro the problem -- which was totally reproduceable,
I was just testing the wrong version of the script. The problem was
quite obvious: when running an incremental, the first head would not
get the index created properly. Even worse, when forking a new branch,
the index would be empty too.
Fixed both cases and posted separately.