From 866d13108e969773347828daa9b7f3476ec70cb8 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 3 Jul 2005 23:40:48 +0200 Subject: [PATCH] git-cvsimport-script: typo head -> heads --- git-cvsimport-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-cvsimport-script b/git-cvsimport-script index 6dd8c371..f05fe105 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script @@ -378,7 +378,7 @@ unless(-d $git_dir) { $last_branch = $opt_o; $orig_branch = ""; } else { - -f "$git_dir/refs/head/$opt_o" + -f "$git_dir/refs/heads/$opt_o" or die "Branch '$opt_o' does not exist.\n". "Either use the correct '-o branch' option,\n". "or import to a new repository.\n"; -- 2.11.0