From 32b933c419df7e4a8c118e11e8d4030201ffe51d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 9 Mar 2023 23:21:20 +0000 Subject: [PATCH] chore(git): update gitconfig --- gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitconfig b/gitconfig index 76df725..508d924 100644 --- a/gitconfig +++ b/gitconfig @@ -60,9 +60,10 @@ smudge = git hawser smudge %f required = true [filter "lfs"] - clean = git-lfs clean %f - smudge = git-lfs smudge %f + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f required = true + process = git-lfs filter-process [include] path = ~/.gitconfig_private [init]