1 # Helpers for dealing with large numbers of packs.
3 # create $1 nonsense packs, each with a single blob
18 # create a large number of packs, disabling any gc which might
19 # cause us to repack them
21 git config gc.auto 0 &&
22 git config gc.autopacklimit 0 &&
23 git config fastimport.unpacklimit 0 &&