From 2dd2607dd3845668201c1e46ddefb017b3158852 Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Tue, 4 Jan 2022 16:36:23 +0100 Subject: [PATCH] Update Git configuration Signed-off-by: Severin Kaderli --- system/.config/git/config | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/system/.config/git/config b/system/.config/git/config index e55c62e..9bacd1e 100644 --- a/system/.config/git/config +++ b/system/.config/git/config @@ -82,14 +82,5 @@ [url "git@git.kaderli.dev:severinkaderli/"] insteadOf = g: -[filter "lfs"] - clean = git-lfs clean -- %f - smudge = git-lfs smudge -- %f - process = git-lfs filter-process - required = true - [credential] - helper = cache --timeout 7200 - -[includeif "gitdir:~/work/"] - path = ~/.config/git/config.work \ No newline at end of file + helper = cache --timeout 7200 \ No newline at end of file