Memo: Changed stats of Thymeleaf 3

467 files changed, 64323 insertions(+) / 478 files, 86972 lines.

Here's my memo:

thymeleaf-3.0.0.RELEASE

478 files, 86972 lines.

$ git ls-files | wc -l
     478
$ git ls-files | xargs cat | wc -l
   86972

git diff thymeleaf-2.1.4.RELEASE thymeleaf-3.0.0.RELEASE

Deleted

$ git diff --shortstat --diff-filter=D thymeleaf-2.1.4.RELEASE thymeleaf-3.0.0.RELEASE
 275 files changed, 63863 deletions(-)

Added

$ git diff --shortstat --diff-filter=A thymeleaf-2.1.4.RELEASE thymeleaf-3.0.0.RELEASE
 332 files changed, 59025 insertions(+)

Modified

$ git diff --shortstat --diff-filter=M thymeleaf-2.1.4.RELEASE thymeleaf-3.0.0.RELEASE
 135 files changed, 5298 insertions(+), 5353 deletions(-)

Added and Modified

$ git diff --shortstat --diff-filter=AM thymeleaf-2.1.4.RELEASE thymeleaf-3.0.0.RELEASE
 467 files changed, 64323 insertions(+), 5353 deletions(-)