vendor/libgit2/src/path.h in rugged-0.28.5 vs vendor/libgit2/src/path.h in rugged-0.99.0
- old
+ new
@@ -645,9 +645,11 @@
/**
* Convert any backslashes into slashes
*/
int git_path_normalize_slashes(git_buf *out, const char *path);
+bool git_path_supports_symlinks(const char *dir);
+
/**
* Validate a system file's ownership
*
* Verify that the file in question is owned by an administrator or system
* account, or at least by the current user.