]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.c
Merge branch 'rs/apply-lift-path-length-limit'
[thirdparty/git.git] / path.c
diff --git a/path.c b/path.c
index 9a62b6faaee935606f3a97c2bfb6dcd8c274de12..67229edb9c2d4c23d97b4418442992ef490cfc55 100644 (file)
--- a/path.c
+++ b/path.c
@@ -854,7 +854,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;