From 9bc7bb0f18a0363457bd1ec96db78c7dc5e21854 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 Oct 2023 12:01:47 +0300 Subject: [PATCH] gitconfig: remove duplicated comments Resolves: d5a52b204d267e22bbcf8e6b78f9e1dc01ba8963 --- .mikaela/gitconfig | 5 ----- conf/gitconfig | 5 ----- 2 files changed, 10 deletions(-) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 26a166b4..931c030e 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -79,11 +79,6 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -# [filter "lfs"] -# clean = git-lfs clean -- %f -# smudge = git-lfs smudge -- %f -# process = git-lfs filter-process -# required = true [status] submodulesummary = 1 [submodule] diff --git a/conf/gitconfig b/conf/gitconfig index 6dd2b1cd..51601d7c 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -79,11 +79,6 @@ # I am not developing in detached head state, I generally want to compile # a specific version of a program and I know how to get out of it detachedHead = false -# [filter "lfs"] -# clean = git-lfs clean -- %f -# smudge = git-lfs smudge -- %f -# process = git-lfs filter-process -# required = true [status] submodulesummary = 1 [submodule]