Merge pull request #2504 from dscho/access-repo-via-junction

Handle `git add <file>` where <file> traverses an NTFS junction
This commit is contained in:
Johannes Schindelin
2020-02-01 12:13:45 +01:00
7 changed files with 110 additions and 0 deletions

View File

@@ -576,6 +576,10 @@ static inline int git_has_dir_sep(const char *path)
#define query_user_email() NULL
#endif
#ifndef platform_strbuf_realpath
#define platform_strbuf_realpath(resolved, path) NULL
#endif
#ifdef __TANDEM
#include <floss.h(floss_execl,floss_execlp,floss_execv,floss_execvp)>
#include <floss.h(floss_getpwuid)>