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

FileSystem: MoveDirectory: some improvements. #65132

Merged
merged 6 commits into from
Apr 8, 2022
Merged

Commits on Feb 10, 2022

  1. FileSystem: MoveDirectory: some improvements.

    - Perform same file check after MoveFile/rename failed.
    
    - Unix: use LStat to instead of Stat so links are not followed.
    tmds committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f53220a View commit details
    Browse the repository at this point in the history
  2. Fix case-sensitive rename.

    tmds committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3a0147c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb938e View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Fix tests

    tmds committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    a00cf28 View commit details
    Browse the repository at this point in the history
  2. Small code cleanup.

    tmds committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c0fc66c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Configuration menu
    Copy the full SHA
    51e7a7c View commit details
    Browse the repository at this point in the history