Merge tag 'v2.35.2'

This commit is contained in:
Junio C Hamano
2022-04-11 16:44:45 -07:00
14 changed files with 272 additions and 12 deletions

View File

@@ -456,6 +456,13 @@ char *mingw_query_user_email(void);
#include <inttypes.h>
#endif
/**
* Verifies that the specified path is owned by the user running the
* current process.
*/
int is_path_owned_by_current_sid(const char *path);
#define is_path_owned_by_current_user is_path_owned_by_current_sid
/**
* Verifies that the given path is a valid one on Windows.
*