From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit (limited to 'tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit') diff --git a/tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit b/tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit new file mode 100644 index 0000000..9443f41 --- /dev/null +++ b/tests/gitea-repositories-meta/migration/lfs-test.git/hooks/post-commit @@ -0,0 +1,3 @@ +#!/bin/sh +command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis 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 .git/hooks/post-commit.\n"; exit 2; } +git lfs post-commit "$@" -- cgit v1.2.3