1
0
mirror of https://github.com/git/git.git synced 2024-09-28 08:49:45 +02:00

git-cvsimport-script: typo head -> heads

This commit is contained in:
Sven Verdoolaege 2005-07-03 23:40:48 +02:00
parent 9da07f3493
commit 866d13108e

View File

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