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 ---
|
||||
|
||||
@ -1,5 +1 @@
|
||||
#!/usr/bin/env sh
|
||||
# --- 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-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
|
||||
git lfs post-commit "$@"
|
||||
# --- END GIT LFS ---
|
||||
|
||||
@ -23,7 +23,3 @@ if command -v bd >/dev/null 2>&1; then
|
||||
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-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
|
||||
git lfs post-merge "$@"
|
||||
# --- END GIT LFS ---
|
||||
|
||||
@ -23,7 +23,3 @@ if command -v bd >/dev/null 2>&1; then
|
||||
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 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
|
||||
git lfs pre-push "$@"
|
||||
# --- END GIT LFS ---
|
||||
|
||||
Reference in New Issue
Block a user