aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2013-09-21 10:05:37 -0400
committeradmin <admin@branchable.com>2013-09-21 10:05:37 -0400
commit36305652eade849e19801dca856ba74e21d6a9b1 (patch)
tree900acf9e125b5066fb7ff57230f157960effdf56
parentbd96b2273ed3dc729e303abc6c220189a839552e (diff)
downloadikiwiki-36305652eade849e19801dca856ba74e21d6a9b1.tar
ikiwiki-36305652eade849e19801dca856ba74e21d6a9b1.tar.gz
link to the git-annex feature request
-rw-r--r--doc/todo/git-annex_support.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/git-annex_support.mdwn b/doc/todo/git-annex_support.mdwn
index e3cec2be1..30d79843d 100644
--- a/doc/todo/git-annex_support.mdwn
+++ b/doc/todo/git-annex_support.mdwn
@@ -2,4 +2,4 @@ A dear [[wishlist]] which would resolve [[this question|forum/ikiwiki_and_big_fi
I am not sure how this would work, but from my POV, it should do a `git annex get` when new commits are pushed to its bare repo. This would assume, of course, that there's another repo somewhere that ikiwiki has access to, which works for HTTP-style remotes, but could be more problematic for SSH remotes that require a key.
-Another solution would be to make ikiwiki a remote itself and allow users to push big files to it. The only problem I see with this is those files would end up in the bare repository and not necessarily show up in the web rendering. Ideally, a big file pushed would be hardlinked between the two repos, but I am not sure git-annex actually supports that. --[[anarcat]]
+Another solution would be to make ikiwiki a remote itself and allow users to push big files to it. The only problem I see with this is those files would end up in the bare repository and not necessarily show up in the web rendering. Ideally, a big file pushed would be hardlinked between the two repos, but it seems [git-annex doesn't support that yet](http://git-annex.branchable.com/todo/wishlist:_use_hardlinks_for_local_clones). --[[anarcat]]