aboutsummaryrefslogtreecommitdiffstats
path: root/path.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-12 10:09:19 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-12 10:09:19 -0800
commitc684b582bccde967473fd1aaff38a0becceec3d9 (patch)
treeb95e62bf580cb3c6756e52c88c04275804b449a8 /path.h
parentGit 2.44-rc0 (diff)
parentrefs/reftable: fix leak when copying reflog fails (diff)
downloadgit-c684b582bccde967473fd1aaff38a0becceec3d9.tar.gz
git-c684b582bccde967473fd1aaff38a0becceec3d9.zip
Merge branch 'ps/reftable-backend' into kn/for-all-refs
* 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.h')
-rw-r--r--path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/path.h b/path.h
index b3233c51fa..e053effef2 100644
--- a/path.h
+++ b/path.h
@@ -181,6 +181,7 @@ const char *git_path_shallow(struct repository *r);
int ends_with_path_components(const char *path, const char *components);
int validate_headref(const char *ref);
+int calc_shared_perm(int mode);
int adjust_shared_perm(const char *path);
char *interpolate_path(const char *path, int real_home);