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

Use existing file metadata for created and modified dates #1217

Merged
merged 3 commits into from
Dec 16, 2017

Commits on Dec 14, 2017

  1. Use existing file metadata for created and modified dates

    NB: this definintely works on OSX. Other operating systems may have
    slightly different interpretations of birthtime.
    
    See: https://nodejs.org/api/fs.html#fs_class_fs_stats
    SCdF committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    9032a1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1063eb View commit details
    Browse the repository at this point in the history
  3. Reorder Object.assign

     - Respects the dates that may be in input over default dates
     - Respects key and storage over what might be in input
    SCdF committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    745d250 View commit details
    Browse the repository at this point in the history