Skip to content

Instantly share code, notes, and snippets.

@Wizek
Forked from jakub-g/git-diff-stat-sort.sh
Created July 1, 2014 09:00
Show Gist options
  • Save Wizek/47f36b069a9d944c3293 to your computer and use it in GitHub Desktop.
Save Wizek/47f36b069a9d944c3293 to your computer and use it in GitHub Desktop.
git show HEAD --stat=200 | tail +7 | awk '{ print $3 " "$4 " " $1}' | sort -n -r | less
5430 +++++++++++++++++++++++++++++++++++++++++++-------------------------------------------- src/aria/utils/SynEvents.j
3566 ++++++++++++++++++++++++++++----------------------------- src/aria/utils/Date.js
3182 +++++++++++++++++++++++++-------------------------- src/aria/Aria.js
2276 ++++++++++++++++++------------------- src/aria/templates/CfgBeans.js
1764 ++++++++++++++-------------- src/aria/core/JsObject.js
1204 ++++++++++---------- src/aria/templates/Repeater.js
998 ++++++++-------- src/aria/core/Interfaces.js
972 ++++++++-------- src/aria/templates/ClassWriter.js
846 +++++++------- test/aria/utils/DeviceTest.js
764 ++++++------- src/aria/core/Log.js
752 ++++++------ src/aria/templates/Modifiers.js
738 ++++++------ src/aria/templates/Layout.js
698 ++++++------ src/aria/tester/runner/ModuleController.js
634 +++++------ src/aria/utils/FrameATLoader.js
556 ++++----- src/aria/widgets/frames/TableFrame.js
474 ++++---- src/aria/utils/DomOverlay.js
474 ++++---- src/aria/core/ResClassLoader.js
454 ++++---- src/aria/utils/Device.js
..
1 - build/README.md
changed, 18963 1025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment