X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.perl;h=3728294e740b466b97f623302ddd89fab1ba0e92;hb=cb9594e28c940d2bbf4d7fb69c337d27155da37a;hp=6c0f5d29380015fb4fb2c2948bb367e8d493e793;hpb=8a5f2eac5271ba1efed353c0c0a992d6471a8d05;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 6c0f5d29..3728294e 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -881,6 +881,7 @@ if($orig_branch) { } my $tip_at_end = `git-rev-parse --verify HEAD`; if ($tip_at_start ne $tip_at_end) { + for ($tip_at_start, $tip_at_end) { chomp; } print "Fetched into the current branch.\n" if $opt_v; system(qw(git-read-tree -u -m), $tip_at_start, $tip_at_end);