Skip to content

Instantly share code, notes, and snippets.

@aussielunix
Forked from jordansissel/gist:8031741
Last active December 31, 2015 19:09
Show Gist options
  • Save aussielunix/8031942 to your computer and use it in GitHub Desktop.
Save aussielunix/8031942 to your computer and use it in GitHub Desktop.
% git rev-list HEAD | xargs -n1 sh -c 'git ls-tree -lr $1 | awk "\$4 > (1024*1024*50) { print \"size:\",\$4, \$5 }" | sed -e "s,^,commit:$1 ,"' -
commit:fd93322c903a49febe8ad454c9e03a7e86327389 size: 69535125 debian/debian/logstash.war
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment