##// END OF EJS Templates
Backport PR #5805: fix engine startup files...
Backport PR #5805: fix engine startup files engine startup_file and startup_command are ignored in 2.0 closes #5801

File last commit:

r16303:cb28081f
r16605:8239e18f
Show More
README.md
9 lines | 274 B | text/x-minidsrc | MarkdownLexer
MinRK
add git hooks for submodules...
r10551 git hooks for IPython
add these to your `.git/hooks`
For now, we just have `post-checkout` and `post-merge`,
both of which just update submodules,
so make sure that you have a fully synced repo whenever you checkout or pull.
MinRK
Backport PR #5478: Add git-hooks install script. Update README.md
r16303 To use these hooks, run `./install-hooks.sh`.