From 158e4b1356bf4033bb2984598035c15c6e0d4718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 28 Sep 2012 11:30:32 +0200 Subject: [PATCH] Add a readme file to the tools dir --- tools/readme.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tools/readme.md diff --git a/tools/readme.md b/tools/readme.md new file mode 100644 index 0000000000..06f42d3370 --- /dev/null +++ b/tools/readme.md @@ -0,0 +1,5 @@ +The git-update-ghpages script comes from +https://github.com/rstacruz/git-update-ghpages. It is modified to fix syntax +errors, as reported in this +[issue](https://github.com/rstacruz/git-update-ghpages/issues/1), and +prevent failures when there's nothing to commit.