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

Fix cp to match unix behavior #271

Merged
merged 3 commits into from Jan 16, 2016
Merged

Fix cp to match unix behavior #271

merged 3 commits into from Jan 16, 2016

Commits on Jan 11, 2016

  1. Fix cp to match unix behavior

    In unix, if src is a directory and dest doesn't exist, 'cp -r src dest' will copy src/* into dest. Fix cp('-r', 'src', 'dest') to behave the same way.
    Brandon Freitag authored and freitagbr committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    9ce87da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c8db20 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2016

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