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 cptree to handle symlinks correctly #344

Merged
merged 3 commits into from
Feb 7, 2019
Merged

Commits on Feb 6, 2019

  1. Fix cptree to handle symlinks correctly

    Fixes #343
    
    If `cptree` encounters a symlink, just copy the symlink instead of copying
    the file it points to or descending into any directory it points to.
    Gabriella439 committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    0170e17 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. Condense implementation of isNotSymbolicLink

    ... as suggested by @mberndt123
    Gabriella439 committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    6a261a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24b49ef View commit details
    Browse the repository at this point in the history