diff options
-rw-r--r-- | cgit.c | 2 | ||||
m--------- | git | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cgit.c b/cgit.c index 11edd81..d615315 100644 --- a/cgit.c +++ b/cgit.c @@ -450,7 +450,7 @@ static char *guess_defbranch(const char *repo_path) const char *ref; unsigned char sha1[20]; - ref = resolve_ref("HEAD", sha1, 0, NULL); + ref = resolve_ref_unsafe("HEAD", sha1, 0, NULL); if (!ref || prefixcmp(ref, "refs/heads/")) return "master"; return xstrdup(ref + 11); diff --git a/git b/git -Subproject d9f5ef7a4a760d58f1f824f9fb8c12ef0371d3a +Subproject d0f1ea6003d97e63110fa7d50bb07f546a909b6 |