Last active
August 29, 2015 14:21
-
-
Save icecrime/b458d6463353e058e08d to your computer and use it in GitHub Desktop.
Docker inflation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff v1.3.0..v1.4.0 --shortstat | |
628 files changed, 26969 insertions(+), 9402 deletions(-) | |
$ git diff v1.4.0..v1.5.0 --shortstat | |
467 files changed, 24071 insertions(+), 6283 deletions(-) | |
$ git diff v1.5.0..v1.6.0 --shortstat | |
972 files changed, 37720 insertions(+), 46481 deletions(-) | |
$ git diff v1.6.0..origin/master --shortstat | |
1162 files changed, 81395 insertions(+), 40573 deletions(-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment