Commit graph

25219 commits

Author SHA1 Message Date
git-annex,branchable.com@1fa4b21c7ece2d61d4730de8e83329049126cedc
87972f5a33 Added a comment: Glacier-cli works, thanks, some encode / decode error now... 2015-08-26 08:30:53 +00:00
anarcat
6ec92482b0 some weird corner case, i guess 2015-08-25 20:03:00 +00:00
http://joeyh.name/
cb5756bfc5 Added a comment 2015-08-25 18:25:44 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
a768ee7128 2015-08-25 18:08:50 +00:00
anarcat
f06dfab5e3 link to manpages so there's context over there as well 2015-08-25 16:03:35 +00:00
Joey Hess
4605109beb ssh problem workaround in place 2015-08-25 08:57:58 -07:00
Joey Hess
7826f84a81 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-25 08:16:17 -07:00
Joey Hess
260d866f23 document ssh problem 2015-08-25 08:16:03 -07:00
vincent.mcintyre@1318ebde5cb96fc17e59dfa86f399f5634b1facc
5cf0b9b195 Added a comment: addendum 2015-08-25 10:45:56 +00:00
darkfeline@e6d098788a13ce41f3141a2dfc1bd31b401e83f0
092b47fa6e 2015-08-25 10:38:51 +00:00
vincent.mcintyre@1318ebde5cb96fc17e59dfa86f399f5634b1facc
cf76d74cec 2015-08-25 10:08:15 +00:00
sjvdwalt@3d195104d8f45061da99fe7f0a97d69dfc49bb5d
30b434303a Added a comment: Stream encoding 2015-08-25 00:36:24 +00:00
Joey Hess
1de67fa46e remove unused import 2015-08-24 14:26:41 -07:00
Joey Hess
d4fd4ed5fe hackage still doesn't accept os(gnu), remove again 2015-08-24 14:22:26 -07:00
Joey Hess
12de032ee8 add news item for git-annex 5.20150824 2015-08-24 14:20:43 -07:00
Joey Hess
0cfb5e64ef Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-24 14:18:02 -07:00
Joey Hess
33978f8448 prep release 2015-08-24 14:12:38 -07:00
http://xgm.de/oid/
8529cb2ff6 2015-08-24 19:41:34 +00:00
http://xgm.de/oid/
986fdc92d2 2015-08-24 19:39:57 +00:00
Joey Hess
ca7614ff2c android still not building, revert breaking change 2015-08-24 10:57:22 -07:00
Joey Hess
e3dedd3c89 better android build fix 2015-08-24 10:56:08 -07:00
Joey Hess
384e435adf Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-24 10:54:40 -07:00
Joey Hess
5ef4fe1746 android ghc doesn't support -j flag, fix build 2015-08-24 10:54:00 -07:00
vincent.mcintyre@1318ebde5cb96fc17e59dfa86f399f5634b1facc
fc7bfc27e1 2015-08-24 13:11:24 +00:00
Joey Hess
eb173757b4 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-23 15:45:55 -07:00
Joey Hess
0b7a8b72bb Fix building without database.
Ben Boeckel had a patch, but..
Actually, that was not the only place that used ScheduleIncremental when
built w/o database. Since the data type doesn't need database stuff,
I've instead fixed this build problem by exposing the
ScheduleIncremental constructor to database-less builds.
2015-08-23 15:39:29 -07:00
Ben Boeckel
a4edec9b40 ImportFeed: fix signature of mkquvi without libquvi 2015-08-23 15:32:10 -07:00
sunny256
a5c88259b4 Add bug report about hPutChar error message when using git annex fsck --incremental 2015-08-23 20:57:06 +00:00
tanen
1f923de11d Added a comment 2015-08-23 20:34:20 +00:00
Joey Hess
7f39a8cb7a Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-23 10:45:57 -07:00
Joey Hess
d20cd4659a Reorder declaration to fix build with yesod-core > 1.4.13. Thanks, Michael Alan Dorman. 2015-08-23 10:44:09 -07:00
Joey Hess
966934d143 Merge remote-tracking branch 'mdorman/yesod-core-fix' 2015-08-23 10:43:00 -07:00
mdorman@ddbe259e8f6e03351350a04515c67f7957abf736
e6e6cf5712 Added a comment: Fix for this issue 2015-08-23 17:26:34 +00:00
Michael Alan Dorman
a6bea7f767 Fix issue with yesod-core > 1.4.13.
yesod-core-1.4.14 changed the Template Haskell behind the expansion of
mkYesodData, such that it now must have the application data type
declared before it is called.  This change simply moves the call to
mkYesodData to be after the data type it wants to access is declared.

https://github.com/yesodweb/yesod/issues/1059 has some discussion of the
issue from the Yesod side.
2015-08-23 12:33:25 -04:00
Joey Hess
d85480d8c4 Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-23 08:58:01 -07:00
mdorman@ddbe259e8f6e03351350a04515c67f7957abf736
4ba9bf853d Added a comment: In fact, the problem *is* the yesod update 2015-08-22 10:37:20 +00:00
Joey Hess
68efd5f5ce Merge branch 'master' of ssh://git-annex.branchable.com 2015-08-21 10:11:11 -04:00
mdorman@ddbe259e8f6e03351350a04515c67f7957abf736
9bfa2fccb2 Something amiss in TH instantiation? 2015-08-21 09:34:10 +00:00
Joey Hess
7be58b5e11 make sync --no-content be accepted
It's the default, but this is a step toward changing that default later..
2015-08-20 17:21:14 -04:00
Joey Hess
3435403089 response 2015-08-20 11:21:59 -04:00
anarcat
52ded96c13 Added a comment: a bit more info and solutions 2015-08-20 14:09:54 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
cfa9c2bf1f Added a comment 2015-08-20 09:37:22 +00:00
Antoine Beaupré
30c1a83ef4 give up on fixing the link and remove slash from original URL 2015-08-19 19:56:01 -04:00
Antoine Beaupré
21c020c085 try to fix link 2015-08-19 19:54:05 -04:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
738a92678e Added a comment: seems just ignore errors while adding urls to "unsupported" urls 2015-08-19 21:59:09 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
c5876987e5 Added a comment 2015-08-19 20:50:08 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
0ca6f330ec 2015-08-19 20:46:21 +00:00
anarcat
227b6f6199 Added a comment: works with sync --content, but the assistant is slow to pickup tracking info 2015-08-19 20:29:46 +00:00
Joey Hess
96a572cf5c devblog 2015-08-19 15:10:44 -04:00
Joey Hess
547aab9591 working example 2015-08-19 14:55:03 -04:00