Merge branch 'jc/cvsimport' into next

* jc/cvsimport:
  cvsimport: fix reading from rev-parse
This commit is contained in:
Junio C Hamano 2006-03-18 02:05:22 -08:00
Родитель c816a6bc5a cb9594e28c
Коммит c534c4ba7e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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);