Merge branch 'ef/mingw-rmdir'
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Dec 2012 23:51:14 +0000 (15:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Dec 2012 23:51:14 +0000 (15:51 -0800)
MinGW has a workaround when rmdir unnecessarily fails to retry with
a prompt, but the logic was kicking in when the rmdir failed with
ENOTEMPTY, i.e. was expected to fail and there is no point retrying.

* ef/mingw-rmdir:
  mingw_rmdir: do not prompt for retry when non-empty

1  2 
compat/mingw.c

diff --cc compat/mingw.c
Simple merge