close
authorJoey Hess <joeyh@joeyh.name>
Tue, 8 Nov 2016 18:52:29 +0000 (14:52 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 8 Nov 2016 18:52:29 +0000 (14:52 -0400)
doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn
doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn

index b91e6ed84c93f9842cec0ad5524da1b17f7db4d3..3145720d45a81e726e074f91572e0db7eef38149 100644 (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]]
index 09c91025277e4fc080aeec93f4cbe09669427865..206b92410efe56c6dcda40e4bec07e80d562c3cd 100644 (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]]
index 85c8874fcf337e113399464eed6f8b3528ee1ea2..d53a6117d24e5bd670c9080ca403c5a4e7a7201b 100644 (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]]