Jeff King <peff@xxxxxxxx> writes: > @@ -998,7 +996,7 @@ if ($orig_branch) { > $orig_branch = "master"; > print "DONE; creating $orig_branch branch\n" if $opt_v; > system("git-update-ref", "refs/heads/master", "$remote/$opt_o") > - unless -f "$git_dir/refs/heads/master"; > + defined get_headref('refs/heads/master'); Where did the unless go ;-)? Thanks, queued. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html