We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada8c4b + 6102ac3 commit 64e0d57Copy full SHA for 64e0d57
mingw-w64-git-lfs/git-lfs.install
@@ -2,8 +2,8 @@ post_install() {
2
for arch in mingw32 mingw64; do
3
if [ -f "${arch}/bin/git-lfs.exe" ]; then
4
git config -f "${arch}/etc/gitconfig" filter.lfs.clean "git-lfs clean -- %f"
5
- git config -f "${arch}/etc/gitconfig" filter.lfs.smudge "git-lfs smudge --skip -- %f"
6
- git config -f "${arch}/etc/gitconfig" filter.lfs.process "git-lfs filter-process --skip"
+ git config -f "${arch}/etc/gitconfig" filter.lfs.smudge "git-lfs smudge -- %f"
+ git config -f "${arch}/etc/gitconfig" filter.lfs.process "git-lfs filter-process"
7
git config -f "${arch}/etc/gitconfig" filter.lfs.required true
8
fi
9
done
0 commit comments