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

Adds copy(), move(), and rmdir() #321

Merged
merged 12 commits into from Nov 10, 2021
Merged

Commits on Mar 3, 2021

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

Commits on Mar 4, 2021

  1. add copy and move

    heapwolf committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7035a76 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2021

  1. Configuration menu
    Copy the full SHA
    1b59a07 View commit details
    Browse the repository at this point in the history
  2. check property exists

    heapwolf committed Mar 5, 2021
    Configuration menu
    Copy the full SHA
    9e31326 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. tidy mv

    heapwolf committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    44dd678 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. update tests, improve rmdir

    heapwolf committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    9892207 View commit details
    Browse the repository at this point in the history
  2. fix rename

    heapwolf committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    e5afe4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43047fe View commit details
    Browse the repository at this point in the history
  4. update test

    heapwolf committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    335f209 View commit details
    Browse the repository at this point in the history
  5. fix move-empty bug

    heapwolf committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    8d3f8de View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2021

  1. preserve existing hierarchy

    heapwolf committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    51d10d9 View commit details
    Browse the repository at this point in the history
  2. fix copy

    heapwolf committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    4f59f30 View commit details
    Browse the repository at this point in the history