This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/local/bin/python -t | |
# Originally by Joshua Redstone | |
# | |
# Hacky script to generate gobs of files to test git operations as a function | |
# of the number of files in the repo. | |
# | |
# Call at least with setting baseDir | |
# ./loadGen.py --baseDir=foo | |
# This creates a git repo with lots of files in dir 'foo' | |
# |