-
Notifications
You must be signed in to change notification settings - Fork 174
Comparing changes
Open a pull request
base repository: gruntjs/grunt-contrib-copy
base: v0.7.0
head repository: gruntjs/grunt-contrib-copy
compare: v0.8.0
- 15 commits
- 8 files changed
- 7 contributors
Commits on Aug 27, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8f327bc - Browse repository at this point
Copy the full SHA 8f327bcView commit details
Commits on Oct 27, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e55b457 - Browse repository at this point
Copy the full SHA e55b457View commit details -
Merge pull request #199 from stephanebachelier/log
fix(log): return singular if only one directory
Configuration menu - View commit details
-
Copy full SHA for 252d8ab - Browse repository at this point
Copy the full SHA 252d8abView commit details
Commits on Nov 30, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4313897 - Browse repository at this point
Copy the full SHA 4313897View commit details -
Merge pull request #203 from xavierpriour/master
Options.mode to set mode on copied directories
Configuration menu - View commit details
-
Copy full SHA for d54ab2c - Browse repository at this point
Copy the full SHA d54ab2cView commit details
Commits on Dec 14, 2014
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0396002 - Browse repository at this point
Copy the full SHA 0396002View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c4a3fea - Browse repository at this point
Copy the full SHA c4a3feaView commit details -
Merge pull request #204 from mgeisler/improve-file-comparison
Improve file comparison
Configuration menu - View commit details
-
Copy full SHA for 6b7d1f4 - Browse repository at this point
Copy the full SHA 6b7d1f4View commit details
Commits on Jan 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for be9e521 - Browse repository at this point
Copy the full SHA be9e521View commit details
Commits on Feb 8, 2015
-
1
Configuration menu - View commit details
-
Copy full SHA for 16c2dfa - Browse repository at this point
Copy the full SHA 16c2dfaView commit details
Commits on Feb 20, 2015
-
Merge pull request #180 from BorePlusPlus/detect-dir
Use grunt function to detect directory
Configuration menu - View commit details
-
Copy full SHA for 647841e - Browse repository at this point
Copy the full SHA 647841eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977a590 - Browse repository at this point
Copy the full SHA 977a590View commit details -
Configuration menu - View commit details
-
Copy full SHA for a15feec - Browse repository at this point
Copy the full SHA a15feecView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76e9a4 - Browse repository at this point
Copy the full SHA a76e9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7329ed - Browse repository at this point
Copy the full SHA e7329edView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.7.0...v0.8.0