memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit f8d44302df32dfb23261cf969e3d88e6f1db68d6
parent 711f088140bad8460b25a0d4e6dc9f805d94786f
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Tue, 29 May 2018 07:15:07 +0200

Fix post-commit hook

🤦

Diffstat:
MREADME.md | 2+-
Mhooks/post-commit | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 2802 words in 4 pages +## still reachable: 2790 words in 4 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/hooks/post-commit b/hooks/post-commit @@ -9,7 +9,7 @@ echo "Checking word count…" ./update-count.sh -if git diff --quiet --exit-code -- index.md +if git diff --quiet --exit-code -- README.md then exit 0 fi