summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xhooks/post-commit19
2 files changed, 1 insertions, 20 deletions
diff --git a/README.md b/README.md
index c04712b..f1fb0e1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Peniblec's Memory Leaks
-## still reachable: 10651 words in 23 pages
+## still reachable: lots of words in many pages
Hi! I am a software engineer interested in [a bunch of things].
diff --git a/hooks/post-commit b/hooks/post-commit
deleted file mode 100755
index e84601e..0000000
--- a/hooks/post-commit
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-if [ -f .UPDATING_COUNT ]
-then
- exit 0
-fi
-
-echo "Checking word count…"
-
-./update-count.sh
-
-if git diff --quiet --exit-code -- README.md
-then
- exit 0
-fi
-
-touch .UPDATING_COUNT
-git commit --amend --no-edit -- README.md
-rm .UPDATING_COUNT