combine lfs hash file logging improvements

pull/273/head
Frostebite 2021-07-12 23:25:50 +01:00
parent b35d88f004
commit 69bb893d4e
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
echo "Combining LFS hash files into one hash, this is used as the cache key:"
echo "Combining LFS hash files into one hash, this can be used to cache LFS files"
git lfs ls-files -l | cut -d' ' -f1 | sort > $1/lfsSum.txt
ls -a
echo ''
echo 'combined file:'
cat $1/lfsSum.txt
echo ''