aboutsummaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-19 10:50:07 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-19 10:50:07 -0800
commitf7cdeafdd018ba143e0b2d7ef826b65ead923eac (patch)
tree5a0eaf518e1f44be31c8c2315c944844bf6fb510 /path.c
parentedae91a4cf221d44c8c891d5519b26fce17d56bb (diff)
parent8a0bebdeaec60623c8a791b197d574bdd031a452 (diff)
downloadgit-f7cdeafdd018ba143e0b2d7ef826b65ead923eac.tar.xz
Merge branch 'ps/reftable-backend' into ps/reflog-list
* ps/reftable-backend: refs/reftable: fix leak when copying reflog fails ci: add jobs to test with the reftable backend refs: introduce reftable backend
Diffstat (limited to 'path.c')
-rw-r--r--path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/path.c b/path.c
index 0fb527918b..8bb223c92c 100644
--- a/path.c
+++ b/path.c
@@ -871,7 +871,7 @@ const char *enter_repo(const char *path, int strict)
return NULL;
}
-static int calc_shared_perm(int mode)
+int calc_shared_perm(int mode)
{
int tweak;