{cvs,svn}import: use the new 'git read-tree --empty'
authorThomas Rast <trast@student.ethz.ch>
Mon, 18 Oct 2010 13:11:25 +0000 (15:11 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Oct 2010 21:15:59 +0000 (14:15 -0700)
Since fb1bb96 (read-tree: deprecate syntax without tree-ish args,
2010-09-10) not passing --empty caused a spurious warning that was
shown to the user.

Signed-off-by: Thomas Rast <trast@student.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found