combine lfs hash file logging improvements
parent
b35d88f004
commit
69bb893d4e
|
|
@ -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 ''
|
||||
|
|
|
|||
Loading…
Reference in New Issue