From d5a52b204d267e22bbcf8e6b78f9e1dc01ba8963 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 9 Oct 2023 11:12:13 +0300 Subject: [PATCH] How to git-lfs without git-lfs? TODO: duplicated gitconfig comments? --- .mikaela/gitconfig | 10 +++++----- conf/gitconfig | 10 +++++----- install | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.mikaela/gitconfig b/.mikaela/gitconfig index 7613e218..26a166b4 100644 --- a/.mikaela/gitconfig +++ b/.mikaela/gitconfig @@ -79,11 +79,11 @@ # 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 +# [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 4c57a2f6..6dd2b1cd 100644 --- a/conf/gitconfig +++ b/conf/gitconfig @@ -79,11 +79,11 @@ # 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 +# [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/install b/install index 50cdd932..43f9988f 100755 --- a/install +++ b/install @@ -49,6 +49,8 @@ if [ -f "$MIKAELA_GREP" ]; then bash -x .mikaela_install fi +(git lfs install | true &) + set +x # vim : set ft=sh : #chmod 700 $HOME -R