diff options
Diffstat (limited to 'path.h')
-rw-r--r-- | path.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -173,7 +173,6 @@ const char *git_path_fetch_head(struct repository *r); 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); |