From bbbaa94c1851483446bd23732ce7bd1e47796220 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 13 Jan 2023 09:10:16 +0000 Subject: Removed git LFS support --- .gitattributes | 1 - static/10-11-21-longboard-slides.mp4 | Bin 133 -> 45783829 bytes static/drop-in.mp4 | Bin 132 -> 1573234 bytes static/skate4.mp4 | Bin 133 -> 22065301 bytes update-hooks.sh | 3 ++- 5 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index f8ff2b5..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.mp4 filter=lfs diff=lfs merge=lfs -text diff --git a/static/10-11-21-longboard-slides.mp4 b/static/10-11-21-longboard-slides.mp4 index 817702a..50152b8 100644 Binary files a/static/10-11-21-longboard-slides.mp4 and b/static/10-11-21-longboard-slides.mp4 differ diff --git a/static/drop-in.mp4 b/static/drop-in.mp4 index 5533503..7b07ab5 100644 Binary files a/static/drop-in.mp4 and b/static/drop-in.mp4 differ diff --git a/static/skate4.mp4 b/static/skate4.mp4 index a392d58..f557355 100644 Binary files a/static/skate4.mp4 and b/static/skate4.mp4 differ diff --git a/update-hooks.sh b/update-hooks.sh index a37c390..b3a3222 100755 --- a/update-hooks.sh +++ b/update-hooks.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash ## Configure git hooks -git lfs install +touch .git/hooks/pre-push +chmod +x .git/hooks/pre-push grep -qxF './deploy.sh' .git/hooks/pre-push || echo './deploy.sh' >> .git/hooks/pre-push -- cgit v1.2.3-ZIG