]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/show-branch.c
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / builtin / show-branch.c
index 7eae5f38016dab4b0f4e9a4fdc7d496962389464..d6d2dabeca879638109a327eb4c96fbcbf0ecaf7 100644 (file)
@@ -741,7 +741,7 @@ int cmd_show_branch(int ac, const char **av, const char *prefix)
                        die(Q_("only %d entry can be shown at one time.",
                               "only %d entries can be shown at one time.",
                               MAX_REVS), MAX_REVS);
-               if (!dwim_ref(*av, strlen(*av), &oid, &ref))
+               if (!dwim_ref(*av, strlen(*av), &oid, &ref, 0))
                        die(_("no such ref %s"), *av);
 
                /* Has the base been specified? */