Skip to content
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

Workaround for mkdir on existing directory #242

Merged
merged 2 commits into from
Jan 19, 2021
Merged

Commits on Jan 16, 2021

  1. Workaround for mkdir on existing directory

    Added a secondary check so if a mkdir request fails with EPERM an access request will be tried - returning EEXIST if the access was successful. This matches the correct behaviour expected by applications such as git.
    peter-belm-da committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    8e6bd20 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Update ChangeLog.rst

    peter-belm-da committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    cdb18ff View commit details
    Browse the repository at this point in the history