-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quiet single file overwrite #3908
Comments
|
|
The bug has not been fixed completely.
mkdir -p test1/1 test2/1
Result: "file" file is overwritten w/o confirmation. |
|
Since this regression is critical as it may result in data loss and the flaw is still present in the last release available 4.8.21 could you please introduce the fix in a form of a release as soon as possible? |
What reason for reopen? Bug is fixed, isn't it? |
Apologies, yes, the regression is fixed with merged [5656ff5].
However, I was merely suggesting that in case of such important issues there should be an emergency release taking place (out of regular release cycle), so that all the distros could pick it up. |
Important
This issue was migrated from Trac:
andrew_b
(@aborodin)If target file exists, MC overwrites that file without confirmation.
The bug was introduced in #3149.
How to reproduce:
Actual result:
The "a" file is overwritten w/o confirmation.
Expected result:
Since the "a" file exists the confirmation dialog must be shown.
The text was updated successfully, but these errors were encountered: