5 lines
189 B
XML
Executable file
5 lines
189 B
XML
Executable file
git rev-list --objects --all |
|
|
git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' |
|
|
sed -n 's/^blob //p' |
|
|
sort --numeric-sort --key=2 |
|
|
cut -c 1-12,41-
|