Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:32 +0000 (15:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jan 2019 23:29:32 +0000 (15:29 -0800)
Cygwin update.

* tb/use-common-win32-pathfuncs-on-cygwin:
git clone <url> C:\cygwin\home\USER\repo' is working (again)

1  2 
compat/mingw.c
compat/mingw.h
config.mak.uname
git-compat-util.h
t/t5601-clone.sh
diff --cc compat/mingw.c
Simple merge
diff --cc compat/mingw.h
index 8c24ddaa3efc20e4454ebc87c51fa30316f64a22,3387c3faeb34cf053f5ff5d80e4956949690de98..30d9fb3e36274657e5d2a63ef2f5eb3e1c55ce61
@@@ -466,12 -403,7 +449,9 @@@ static inline void convert_slashes(cha
                if (*path == '\\')
                        *path = '/';
  }
- #define find_last_dir_sep mingw_find_last_dir_sep
- int mingw_offset_1st_component(const char *path);
- #define offset_1st_component mingw_offset_1st_component
  #define PATH_SEP ';'
 +extern char *mingw_query_user_email(void);
 +#define query_user_email mingw_query_user_email
  #if !defined(__MINGW64_VERSION_MAJOR) && (!defined(_MSC_VER) || _MSC_VER < 1800)
  #define PRIuMAX "I64u"
  #define PRId64 "I64d"
Simple merge
Simple merge
Simple merge