aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-01-13 09:10:16 +0000
committerMartin Ashby <martin@ashbysoft.com>2023-01-13 09:10:16 +0000
commitbbbaa94c1851483446bd23732ce7bd1e47796220 (patch)
treef857ac4495776d673fbe9e925dcac2690e592e4d
parentac00b9e1359f32d50184f9e73c7568fcc5101d1c (diff)
downloadmfashby.net-bbbaa94c1851483446bd23732ce7bd1e47796220.tar.gz
mfashby.net-bbbaa94c1851483446bd23732ce7bd1e47796220.tar.bz2
mfashby.net-bbbaa94c1851483446bd23732ce7bd1e47796220.tar.xz
mfashby.net-bbbaa94c1851483446bd23732ce7bd1e47796220.zip
Removed git LFS support
-rw-r--r--.gitattributes1
-rw-r--r--static/10-11-21-longboard-slides.mp4bin133 -> 45783829 bytes
-rw-r--r--static/drop-in.mp4bin132 -> 1573234 bytes
-rw-r--r--static/skate4.mp4bin133 -> 22065301 bytes
-rwxr-xr-xupdate-hooks.sh3
5 files changed, 2 insertions, 2 deletions
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
--- a/static/10-11-21-longboard-slides.mp4
+++ b/static/10-11-21-longboard-slides.mp4
Binary files differ
diff --git a/static/drop-in.mp4 b/static/drop-in.mp4
index 5533503..7b07ab5 100644
--- a/static/drop-in.mp4
+++ b/static/drop-in.mp4
Binary files differ
diff --git a/static/skate4.mp4 b/static/skate4.mp4
index a392d58..f557355 100644
--- a/static/skate4.mp4
+++ b/static/skate4.mp4
Binary files 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