Commit Graph

11 Commits

Author SHA1 Message Date
Richard van der Hoff cb93741050 random 2017-04-05 14:20:08 +01:00
Richard van der Hoff 5a7b9bb323 -u dance 2017-04-05 14:07:30 +01:00
Richard van der Hoff 2b59bb94b0 index_file 2017-04-05 13:58:43 +01:00
Richard van der Hoff ea2aca161c run hook with -x 2017-04-05 13:31:22 +01:00
Richard van der Hoff 22ce003d81 Add comment 2017-04-05 13:24:18 +01:00
Richard van der Hoff 804edaad62 Use readlink -f instead of realpath
... because readlink has a better chance of being installed.
2017-04-05 13:23:12 +01:00
Richard van der Hoff f02c685d9a fix up the pre-commit hook
* Run the checks against the git index (ie, what you're about to commit),
  rather than the index

* Add the changes made by `go fmt` back to the index, so that they are included
  in the commit, as well as the working copy.
2017-04-05 13:18:06 +01:00
Richard van der Hoff ad6ce4e073 Copyright 2017-04-04 16:59:18 +01:00
Richard van der Hoff 19cacfe94b Add readme, contributing, license 2017-04-04 16:20:50 +01:00
Richard van der Hoff 48cee4ecaa Travis build script and gitignores 2017-04-04 12:01:28 +01:00
Richard van der Hoff 6393ec357e Give rageshake script its own repo
This was previously at
https://github.com/vector-im/riot-web/blob/develop/scripts/rageshake.go, but
it's not really exclusive to riot-web, and given I'm about to add some more
complexity to it, I'd like for it to be in its own repo.
2017-04-04 11:25:00 +01:00