Skip to content
Prev Previous commit
uncommented out section
  • Loading branch information
Jwink3101 committed Oct 5, 2020
commit 96c95b0d96db23da89d8b38f3f4acb8d16e32fe7
4 changes: 2 additions & 2 deletions test-retroactive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ git add .gitattributes
git checkout .
git commit -am'Import big files into git-fat'

#git log --stat
git log --stat

git fat find 10000 | awk '{print $1}' > fat-files
git filter-branch --index-filter "git fat index-filter $(fullpath fat-files) --manage-gitattributes" --tag-name-filter cat -- --all

#git log --stat
git log --stat
git checkout HEAD^
rm *
git checkout .
Expand Down