Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gruntjs/grunt-contrib-copy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: gruntjs/grunt-contrib-copy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 15 commits
  • 8 files changed
  • 7 contributors

Commits on Aug 27, 2014

  1. Unixify dest so detectDestType works on windows

    Also unixify src for symmetry and so we don't have to unixify the
    whole path again after join.
    BorePlusPlus committed Aug 27, 2014
    Configuration menu
    Copy the full SHA
    8f327bc View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    e55b457 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #199 from stephanebachelier/log

    fix(log): return singular if only one directory
    vladikoff committed Oct 27, 2014
    Configuration menu
    Copy the full SHA
    252d8ab View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2014

  1. Configuration menu
    Copy the full SHA
    4313897 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #203 from xavierpriour/master

    Options.mode to set mode on copied directories
    shama committed Nov 30, 2014
    Configuration menu
    Copy the full SHA
    d54ab2c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2014

  1. refactor(syncTimestamp): avoid needless md5 computation

    When comparing two files, one does not save time by comparing the md5
    hash values instead of comparing the content directly -- computing the
    md5 sum simply takes extra CPU cycles and the entire file is read into
    memory anyway.
    
    We now compare the content directly. The entire file is still read
    into memory, but we can fix that next.
    mgeisler committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    0396002 View commit details
    Browse the repository at this point in the history
  2. perf(equalFiles): avoid reading entire file into memory

    Before, we were reading both files into memory and comparing the
    content. We now use the file-sync-cmp library to only read and compare
    small chunks of the files. This means that we can compare large files
    and still only use a constant amount of memory.
    mgeisler committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    c4a3fea View commit details
    Browse the repository at this point in the history
  3. Merge pull request #204 from mgeisler/improve-file-comparison

    Improve file comparison
    shama committed Dec 14, 2014
    Configuration menu
    Copy the full SHA
    6b7d1f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2015

  1. Update copyright to 2015

    shama committed Jan 1, 2015
    Configuration menu
    Copy the full SHA
    be9e521 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2015

  1. minor tweaks

    sindresorhus committed Feb 8, 2015
    1 Configuration menu
    Copy the full SHA
    16c2dfa View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2015

  1. Merge pull request #180 from BorePlusPlus/detect-dir

    Use grunt function to detect directory
    sindresorhus committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    647841e View commit details
    Browse the repository at this point in the history
  2. bump deps

    sindresorhus committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    977a590 View commit details
    Browse the repository at this point in the history
  3. don't redefine src

    sindresorhus committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    a15feec View commit details
    Browse the repository at this point in the history
  4. changelog

    sindresorhus committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    a76e9a4 View commit details
    Browse the repository at this point in the history
  5. 0.8.0

    sindresorhus committed Feb 20, 2015
    Configuration menu
    Copy the full SHA
    e7329ed View commit details
    Browse the repository at this point in the history
Loading