Tomato import instructions
wget http://repo.or.cz/tomato.git/tomato-29fc6413.bundle
Import bundle into bare repository
git clone --mirror tomato-29fc6413.bundle tomato.git
cd tomato.git
git remote set-url origin http://repo.or.cz/tomato.git
git fetch --prune origin
git remote set-head origin --auto
cd ..
cp -r tomato.git tomato_cln.git
java -jar ../Downloads/bfg-1.13.0.jar --strip-blobs-bigger-than 50M tomato_cln.git
cd tomato_cln.git
git reflog expire --expire=now --all && git gc --prune=now --aggressive
Add new origin for github repository and push
git remote add new-origin [email protected] :crwolff/tomato.git
git push --all new-origin
cd tomato.git
git fetch --prune origin
cd ..
cp -r tomato.git tomato_cln.git
java -jar ../Downloads/bfg-1.13.0.jar --strip-blobs-bigger-than 50M tomato_cln.git
cd tomato_cln.git
git reflog expire --expire=now --all && git gc --prune=now --aggressive
git remote add new-origin [email protected] :crwolff/tomato.git
git push --all new-origin