aboutsummaryrefslogtreecommitdiff
path: root/path.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-26 18:10:23 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-26 18:10:23 -0800
commitb4385bf016d0d4b8e9bea6564e2d727082067f69 (patch)
tree969b434f3333b5dafbb8077b095d116362674f87 /path.c
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0 (diff)
parent8a0bebdeaec60623c8a791b197d574bdd031a452 (diff)
downloadgit-b4385bf016d0d4b8e9bea6564e2d727082067f69.tar.xz
Merge branch 'ps/reftable-backend'
Integrate the reftable code into the refs framework as a backend. * 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;