Matthias Bussonnier
eaa3c0ac36
Update githooks and description
...
closes #18
2015-09-16 11:47:53 -07:00
Thomas Kluyver
dc02187827
Git hooks need to use invoke, not fab
2014-12-10 10:35:00 -08:00
MinRK
41cfd4f5cf
use invoke instead of fabric
...
it's the descendant of the part of fabric we actually use,
it doesn't have complex compiled dependencies like fabric,
and it works on Python 3.
2014-10-15 16:53:07 -07:00
Thomas Kluyver
d6517f51c3
Git hooks use bash specific syntax
2014-08-10 17:26:54 -07:00
MinRK
7372aa8110
minor tweak to git hooks
...
- fix PREVIOUS_HEAD when run as git-merge
- catch fab css failure
2014-07-24 14:45:12 -07:00
MinRK
6a1cdc6825
post-merge is just a symlink to post-checkout
2014-07-24 11:44:02 -07:00
MinRK
0c1074223b
attempt to regen source maps in git-hooks
...
if css changes
2014-07-23 14:55:58 -07:00
drevicko
22afc8aded
Update README.md
...
added instruction to `git checkout master` to activate the hooks and init/update the submodules.
2014-04-11 16:54:16 +10:00
Blake Griffith
cc5b787e53
Add git-hooks install script. Update README.md
2014-04-01 10:49:43 -05:00
Yung Siang Liau
a30c9fa918
Minor corrections of git-hooks setup instructions
2014-04-01 00:15:01 +08:00
MinRK
677cdd33f2
add git hooks for submodules
...
A much less intrusive version of #3274 that has effect on checkout / pull / merge,
rather than setup.py. It does require a user install step,
because you cannot add active hooks to a repo.
2013-05-03 13:08:54 -07:00