aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-03-28 01:55:56 -0400
committeradmin <admin@branchable.com>2015-03-28 01:55:56 -0400
commitbff9a883768038c0cd6cd3aca46a637ac6767898 (patch)
tree5f8a8cdf75a9a4c16d7e47168cb82192d63d5caf /doc
parent18dfba868fe2fb9c64706b2123eb0b3a3ce66a77 (diff)
downloadikiwiki-bff9a883768038c0cd6cd3aca46a637ac6767898.tar
ikiwiki-bff9a883768038c0cd6cd3aca46a637ac6767898.tar.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/git-annex_support.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/todo/git-annex_support.mdwn b/doc/todo/git-annex_support.mdwn
index 2f636630c..78219625b 100644
--- a/doc/todo/git-annex_support.mdwn
+++ b/doc/todo/git-annex_support.mdwn
@@ -96,4 +96,8 @@ See the [[discussion]] for a followup on that. --[[anarcat]]
Alternative implementation
==========================
-An alternative implementation, which remains to be detailed but is mentionned in [[forum/ikiwiki_and_big_files]], is to use the [[underlay]] feature combined with the `hardlink` option to deploy the git-annex'd files. Then git-annex is separate from the base ikiwiki git repo. --[[anarcat]]
+An alternative implementation, which remains to be detailed but is mentionned in [[forum/ikiwiki_and_big_files]], is to use the [[underlay]] feature combined with the `hardlink` option to deploy the git-annex'd files. Then git-annex is separate from the base ikiwiki git repo. See also [[tips/Ikiwiki_with_git-annex__44___the_album_and_the_underlay_plugins]] for an example.
+
+Also note that ikiwiki-hosting has a [patch waiting](https://ikiwiki-hosting.branchable.com/todo/git-annex_support) to allow pushes to work with git-annex. This could potentially be expanded to sync content to the final checkout properly, avoiding some of the problems above (esp. wrt to non-annex bare repos).
+
+Combined with the [[underlay]] feature, this could work very nicely indeed... --[[anarcat]]