X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-cvsimport.perl;h=c0ae00bda74e68f98efc63c093efb73c7ff914f4;hb=5c477b972583e96b65ef1613c5d0fb1b90af3d0e;hp=3728294e740b466b97f623302ddd89fab1ba0e92;hpb=9086a18cb81f99fff943b36830396ac8c37c7e9f;p=git.git diff --git a/git-cvsimport.perl b/git-cvsimport.perl index 3728294e7..c0ae00bda 100755 --- a/git-cvsimport.perl +++ b/git-cvsimport.perl @@ -677,11 +677,7 @@ my $commit = sub { waitpid($pid,0); die "Error running git-commit-tree: $?\n" if $?; - open(C,">$git_dir/refs/heads/$branch") - or die "Cannot open branch $branch for update: $!\n"; - print C "$cid\n" - or die "Cannot write branch $branch for update: $!\n"; - close(C) + system("git-update-ref refs/heads/$branch $cid") == 0 or die "Cannot write branch $branch for update: $!\n"; if($tag) {