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)
commit73481593800a4aa17eb6a3d8c5740485735d3686
tree0b485377df2faad83deb3e2e9cef6989748b5426
parent1bfe99ed3648cbc019d32eff50e6430f252eb96f
parenta83b2b578c04a2abe33a586ec9c64e75ef5bc819
Merge branch 'ef/mingw-rmdir'

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
compat/mingw.c