##// END OF EJS Templates
make SIGUSR1 and SIGINFO trigger printing of info...
make SIGUSR1 and SIGINFO trigger printing of info Directory and url/port information for the notebook server is now printed when it receives one of these signals. SIGINFO is available only on BSD-based systems, and is triggered via Ctrl-T.

File last commit:

r7846:e288666b
r9913:79023555
Show More
.gitattributes
5 lines | 109 B | text/plain | TextLexer
Fernando Perez
Add support for commit information in auto-generated archives....
r3199 IPython/.git_commit_info.ini export-subst
Darren Dale
update .gitattributes to normalize line endings
r3217 * text=auto
Bradley M. Froehle
Tell git about certain file extensions (.py, .js, .html) for use in word-diffs.
r7846 *.py diff=python
*.js diff=javascript
*.html diff=html