summaryrefslogtreecommitdiff
path: root/internal/notes.md
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-07 09:21:33 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-07 09:21:33 +0300
commite1323716fe71a5da70b97aa06bcf229bbaaa86a5 (patch)
tree3299c5888cf2fe288d40d46bb1eab5b31f91290f /internal/notes.md
parentda58ccbbafe484ff9142f6b4c8e3751dc5cd242b (diff)
zf_rm before zf_mv to work around NTFS bugs (see #610)
Diffstat (limited to 'internal/notes.md')
-rw-r--r--internal/notes.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/notes.md b/internal/notes.md
index 9f56b096..39a3362f 100644
--- a/internal/notes.md
+++ b/internal/notes.md
@@ -212,12 +212,6 @@ There are two prompt questions that don't fit this pattern: `ask_empty_line` and
---
-Revert `3ef4e68b5fdae654f323af644cbca40f27a8ab97`. Instead of it use `zf_rm -f -- $dst` before
-`zf_mv -f -- $src $dst`. `zwc` files are readonly and `zf_mv` fails on NTFS if the target file
-exists and is readonly.
-
----
-
Optimize auto-wizard check.
```text