diff options
author | Sven Verdoolaege <skimo@kotnet.org> | 2005-07-03 23:40:48 +0200 |
---|---|---|
committer | Sven Verdoolaege <skimo@kotnet.org> | 2005-07-03 23:40:48 +0200 |
commit | 866d13108e969773347828daa9b7f3476ec70cb8 (patch) | |
tree | f8ce0f7e3971fb70a9f0f8454864970cbda78134 /git-cvsimport-script | |
parent | 9da07f34931f175402cce70dae9499fa67b84cbc (diff) | |
download | git-866d13108e969773347828daa9b7f3476ec70cb8.tar.gz git-866d13108e969773347828daa9b7f3476ec70cb8.tar.xz |
git-cvsimport-script: typo head -> heads
Diffstat (limited to 'git-cvsimport-script')
-rwxr-xr-x | git-cvsimport-script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-cvsimport-script b/git-cvsimport-script index 6dd8c371d..f05fe1059 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"; |