Add a script to find out what is responsible for repo bloat
commit7b29503d06be13917aeaf20e548342ee334b1ad4
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 00:45:40 +0000 (2 20:45 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 3 May 2012 00:45:59 +0000 (2 20:45 -0400)
treeedc4a11f05c3c0d4c2663ada5c4a74196ddb019f
parent7a6487f8641d9ca6a0f13b5ea42d3994dd0d5e3f
Add a script to find out what is responsible for repo bloat

When you have a repository that is very large in size, it might be that
you added your wedding DVD .iso by mistake. This script helps you identify
which object bloats the repository and in which commit it was added.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
bin/what-made-this-repo-so-large.sh [new file with mode: 0755]