From: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Steffen Prohaska <prohaska@xxxxxx> --- read-cache.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/read-cache.c b/read-cache.c index f83de8c..cb130ef 100644 --- a/read-cache.c +++ b/read-cache.c @@ -650,6 +650,11 @@ int verify_path(const char *path) { char c; +#ifdef __MINGW32__ + if (is_absolute_path(path)) + return error("Cannot handle absolute path: %s", path); +#endif + goto inside; for (;;) { if (!c) -- 1.5.6.1.255.g32571 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html