Skip to content

Instantly share code, notes, and snippets.

@jmlclosa
jmlclosa / git-fat-pack.sh
Created August 28, 2019 06:19 — forked from dsc/git-fat-pack.sh
Permanently remove crap from a git repo.
#!/bin/bash
#set -x
# Shows you the largest objects in your repo's pack file.
# Written for osx.
#
# @see http://stubbisms.wordpress.com/2009/07/10/git-script-to-show-largest-pack-objects-and-trim-your-waist-line/
# @author Antony Stubbs
# set the internal field spereator to line break, so that we can iterate easily over the verify-pack output