glowing-fiesta-original/.husky/_/post-merge
Liviu Burcusel e0a4fbd88e
All checks were successful
Production Build and Deploy / Build (push) Successful in 1m26s
Production Build and Deploy / Deploy (push) Successful in 22s
[Closes #18] favicon and git lfs
2026-01-14 12:45:17 +01:00

5 lines
385 B
Bash
Executable file

#!/usr/bin/env sh
. "$(dirname "$0")/h"
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 "$@"