X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.c;h=f53429c0ac34d933a06f6051cd6b5e519408e4be;hb=a208ec1f0b654390ad06372c53b7ffe785052d98;hp=bc741e78ad7dc09eab6c7f24d56377ec1397040e;hpb=cd332b2a319f00db18b91201cc9a6fafc6adf649;p=thirdparty%2Fgit.git diff --git a/commit.c b/commit.c index bc741e78ad..f53429c0ac 100644 --- a/commit.c +++ b/commit.c @@ -921,7 +921,7 @@ struct commit *get_fork_point(const char *refname, struct commit *commit) struct commit *ret = NULL; char *full_refname; - switch (dwim_ref(refname, strlen(refname), &oid, &full_refname)) { + switch (dwim_ref(refname, strlen(refname), &oid, &full_refname, 0)) { case 0: die("No such ref: '%s'", refname); case 1: