X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=builtin%2Fcheckout.c;h=af1e7b579a83aef15e11c0c5dfa29447e485654c;hb=055f2c5d340508d3542ede8dc1db2aedd0b9f1b5;hp=28cdc51b85e7d433dca085c0080f964d19a391b4;hpb=e08afecd7fe04b519b72f136c4a24b151c748f49;p=git.git diff --git a/builtin/checkout.c b/builtin/checkout.c index 28cdc51b8..af1e7b579 100644 --- a/builtin/checkout.c +++ b/builtin/checkout.c @@ -1071,7 +1071,7 @@ int cmd_checkout(int argc, const char **argv, const char *prefix) if (strbuf_check_branch_ref(&buf, opts.new_branch)) die(_("git checkout: we do not like '%s' as a branch name."), opts.new_branch); - if (!get_sha1(buf.buf, rev)) { + if (ref_exists(buf.buf)) { opts.branch_exists = 1; if (!opts.new_branch_force) die(_("git checkout: branch %s already exists"),