summaryrefslogtreecommitdiff
path: root/doc/devblog/day_310__half_day.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:41:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-05 14:41:32 -0400
commit1f249f5a294217972f7ede35cf0e816436891df3 (patch)
treef5b1177bb3560fee09d92786fcaf52cd0c62627b /doc/devblog/day_310__half_day.mdwn
parentb31153e47f6c2f62149a54066417b7c13c3c31d0 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_310__half_day.mdwn')
-rw-r--r--doc/devblog/day_310__half_day.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/devblog/day_310__half_day.mdwn b/doc/devblog/day_310__half_day.mdwn
new file mode 100644
index 000000000..01b76d7bf
--- /dev/null
+++ b/doc/devblog/day_310__half_day.mdwn
@@ -0,0 +1,7 @@
+Took a half day and worked on making it simpler to set up ssh remotes.
+The complexity I've gotten rid of is there's no need to take any action to
+get a ssh remote initialized as a git-annex repository. Where before,
+either git-annex init needed to be ran on the remote, or a git-annex branch
+manually pushed to it, now the remote can simply be added and `git annex sync`
+will do the rest. This needed git-annex-shell changes, so will only work
+once servers are upgraded to use a newer version of git-annex.