diff --git a/hooks/post-checkout b/hooks/post-checkout deleted file mode 100644 index cab40f26..00000000 --- a/hooks/post-checkout +++ /dev/null @@ -1,3 +0,0 @@ -#!/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-checkout.\n"; exit 2; } -git lfs post-checkout "$@" diff --git a/hooks/post-commit b/hooks/post-commit deleted file mode 100644 index 9443f416..00000000 --- a/hooks/post-commit +++ /dev/null @@ -1,3 +0,0 @@ -#!/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 "$@" diff --git a/hooks/post-merge b/hooks/post-merge deleted file mode 100644 index 828b7089..00000000 --- a/hooks/post-merge +++ /dev/null @@ -1,3 +0,0 @@ -#!/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-merge.\n"; exit 2; } -git lfs post-merge "$@" diff --git a/hooks/pre-push b/hooks/pre-push deleted file mode 100644 index 81a9cc63..00000000 --- a/hooks/pre-push +++ /dev/null @@ -1,3 +0,0 @@ -#!/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/pre-push.\n"; exit 2; } -git lfs pre-push "$@" diff --git a/lfs/objects/76/37/763734832a0c331aa849283545b619a739bf2787568a3a4dae3a9fd57377b401 b/lfs/objects/76/37/763734832a0c331aa849283545b619a739bf2787568a3a4dae3a9fd57377b401 deleted file mode 100644 index 8ad42237..00000000 Binary files a/lfs/objects/76/37/763734832a0c331aa849283545b619a739bf2787568a3a4dae3a9fd57377b401 and /dev/null differ