summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-08 14:52:29 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-08 14:52:29 -0400
commit10de8fa999d8458d30d6702a8d9af936a1451820 (patch)
tree933c726621feeab7409c6c1f73a20378e5e31bbc
parentf35f00216261d527382445f1c78983ea7499f78b (diff)
close
-rw-r--r--doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn2
-rw-r--r--doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn2
-rw-r--r--doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn2
3 files changed, 6 insertions, 0 deletions
diff --git a/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn b/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
index b91e6ed84..3145720d4 100644
--- a/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
+++ b/doc/bugs/binary_package_not_working_on_macOS_Sierra.mdwn
@@ -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]]
diff --git a/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn
index 09c910252..206b92410 100644
--- a/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn
+++ b/doc/bugs/regression_due_to_usage_of_ssh_7.3___34__include__34___feature.mdwn
@@ -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]]
diff --git a/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn b/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn
index 85c8874fc..d53a6117d 100644
--- a/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn
+++ b/doc/todo/wishlist__58___add_systemd_services_file_samples_for_assistant_and_webapp.mdwn
@@ -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]]