Skip to content

Commit 64e0d57

Browse files
authored
Merge pull request #256 from rimrul/lfs-fix
Revert "git-lfs: adjust config settings to the latest ones"
2 parents ada8c4b + 6102ac3 commit 64e0d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-git-lfs/git-lfs.install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ post_install() {
22
for arch in mingw32 mingw64; do
33
if [ -f "${arch}/bin/git-lfs.exe" ]; then
44
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"
5+
git config -f "${arch}/etc/gitconfig" filter.lfs.smudge "git-lfs smudge -- %f"
6+
git config -f "${arch}/etc/gitconfig" filter.lfs.process "git-lfs filter-process"
77
git config -f "${arch}/etc/gitconfig" filter.lfs.required true
88
fi
99
done

0 commit comments

Comments
 (0)