From 14452bceb897f329e7577568b8d5014f1bba7f29 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 6 Jun 2023 16:00:02 +0200 Subject: [PATCH] Remove smudge part of jsonfmt filter Signed-off-by: Knut Ahlers --- .gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 6068cae..764b8d5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,7 +32,6 @@ renames = true [filter "jsonfmt"] clean = jq -S . %f -smudge = cat %f [filter "lfs"] process = git-lfs filter-process