]> git.ipfire.org Git - thirdparty/git.git/commit - git-cvsimport.perl
cvsimport: fix reading from rev-parse
authorJunio C Hamano <junkio@cox.net>
Sat, 18 Mar 2006 10:05:02 +0000 (02:05 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 18 Mar 2006 10:05:02 +0000 (02:05 -0800)
commitcb9594e28c940d2bbf4d7fb69c337d27155da37a
treebb0fda60bfcd12ea5d017d4d953f289f9d891db5
parent8a5f2eac5271ba1efed353c0c0a992d6471a8d05
cvsimport: fix reading from rev-parse

The updated code reads the tip of the current branch before and
after the import runs, but forgot to chomp what we read from the
command.  The read-tree command did not them with the trailing
LF.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl