This commit is contained in:
Joey Hess 2016-11-08 14:52:29 -04:00
parent 04519cbe48
commit a924c99535
No known key found for this signature in database
GPG key ID: C910D9222512E3C7
3 changed files with 6 additions and 0 deletions

View file

@ -31,3 +31,5 @@ http://stackoverflow.com/a/39648502
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
> [[done]] (also, I updated the OSX build for the last release with this
> fix) --[[Joey]]

View file

@ -25,3 +25,5 @@ Here is what it looks like:
Include ~/.ssh/config
Include /etc/ssh/ssh_config
ServerAliveInterval 60
> This is already fixed in git. [[done]] --[[Joey]]

View file

@ -4,3 +4,5 @@ For multi-user systems, we could have a git-annex-webapp@username.service .
See [systemd documentation](http://www.freedesktop.org/software/systemd/man/systemd.service.html) for informations about those files.
See [archlinux wiki](https://wiki.archlinux.org/index.php/Systemd/Services) for .service examples.
> [[done]] by Euxane. Thanks! --[[Joey]]