commit | 866d13108e969773347828daa9b7f3476ec70cb8 | [log] [tgz] |
---|---|---|
author | Sven Verdoolaege <skimo@kotnet.org> | Sun Jul 03 23:40:48 2005 +0200 |
committer | Sven Verdoolaege <skimo@kotnet.org> | Sun Jul 03 23:40:48 2005 +0200 |
tree | f8ce0f7e3971fb70a9f0f8454864970cbda78134 | |
parent | 9da07f34931f175402cce70dae9499fa67b84cbc [diff] [blame] |
git-cvsimport-script: typo head -> heads
diff --git a/git-cvsimport-script b/git-cvsimport-script index 6dd8c37..f05fe10 100755 --- a/git-cvsimport-script +++ b/git-cvsimport-script
@@ -378,7 +378,7 @@ $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";