commit 7d1f93d1f301b4b19016a44368714b55edc5245a
parent d82af2fc67f9664efa4bdb083feef202d1708f78
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Thu, 10 May 2018 18:31:34 +0200
Rename index.md
As long as this remains a bunch of plaintext notes, the name "README"
is more informative than "index".
Diffstat:
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.md b/README.md
diff --git a/hooks/post-commit b/hooks/post-commit
@@ -15,5 +15,5 @@ then
fi
touch .UPDATING_COUNT
-git commit --amend --no-edit -- index.md
+git commit --amend --no-edit -- README.md
rm .UPDATING_COUNT