Skip to content

Commit 047ff72

Browse files
committed
git-lfs: adjust config settings to the latest ones
Git LFS changed the settings already some two years ago, let's finally follow suite. Note: we cannot use `git lfs install`, as we want to configure the settings system-wide, not only in one specific repository. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 373b1cf commit 047ff72

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 -- %f"
6-
git config -f "${arch}/etc/gitconfig" filter.lfs.process "git-lfs filter-process"
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"
77
git config -f "${arch}/etc/gitconfig" filter.lfs.required true
88
fi
99
done

0 commit comments

Comments
 (0)