chore: disable lfs
This commit is contained in:
@ -22,8 +22,3 @@ if command -v bd >/dev/null 2>&1; then
|
||||
if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi
|
||||
fi
|
||||
# --- END BEADS INTEGRATION v1.0.0 ---
|
||||
|
||||
# --- BEGIN GIT LFS ---
|
||||
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
|
||||
git lfs post-checkout "$@"
|
||||
# --- END GIT LFS ---
|
||||
|
||||
Reference in New Issue
Block a user