makepad/tools/git_object_list.rs
2025-05-06 10:11:37 +02:00

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-