On Wed, Nov 23, 2011 at 09:49, Johannes Sixt [off-list ref] wrote:
From: Johannes Sixt <redacted>
On Windows, it is not possible to rename or remove a directory that has
open files. 'revert --abort' renamed .git/sequencer when it still had
.git/sequencer/head open. Close the file as early as possible to allow
the rename operation on Windows.
Signed-off-by: Johannes Sixt <redacted>
---
I guess it's too late to squash this in. ;)
Just made a patch for this of my own (noticed it on Cygwin), should have
looked in the archives first. Thanks!
The minority platforms can wait, I guess :)