Matthias Bussonnier
eaa3c0ac36
Update githooks and description
...
closes #18
11 years ago
Thomas Kluyver
dc02187827
Git hooks need to use invoke, not fab
11 years ago
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.
11 years ago
Thomas Kluyver
d6517f51c3
Git hooks use bash specific syntax
12 years ago
MinRK
7372aa8110
minor tweak to git hooks
...
- fix PREVIOUS_HEAD when run as git-merge
- catch fab css failure
12 years ago
MinRK
6a1cdc6825
post-merge is just a symlink to post-checkout
12 years ago
MinRK
0c1074223b
attempt to regen source maps in git-hooks
...
if css changes
12 years ago
drevicko
22afc8aded
Update README.md
...
added instruction to `git checkout master` to activate the hooks and init/update the submodules.
12 years ago
Blake Griffith
cc5b787e53
Add git-hooks install script. Update README.md
12 years ago
Yung Siang Liau
a30c9fa918
Minor corrections of git-hooks setup instructions
12 years ago
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.
13 years ago