Joey Hess
72659f3762
devblog
2016-11-21 22:36:34 -04:00
neocryptek@659edac901ffbc8e541a974f8f18987eeafc63bd
8ffda5f39f
Added a comment
2016-11-21 22:26:52 +00:00
binx
4f43da1bcd
2016-11-21 22:16:04 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
28e61898b8
added meta field for myself
2016-11-21 16:36:34 +00:00
Joey Hess
d98f071319
todo
2016-11-21 12:30:15 -04:00
Joey Hess
6e6d1a8c15
addurl: Fix bug in checking annex.largefiles expressions using largerthan, mimetype, and smallerthan; the first two always failed to match, and the latter always matched.
2016-11-21 11:30:53 -04:00
scottgorlin@a32946b2aad278883c1690a0753241583a9855b9
3c1c3b96fa
Added a comment: Coldline
2016-11-21 00:49:23 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
d42f5889ef
initial whining
2016-11-20 04:26:59 +00:00
justin.lebar@7a36fcafc322d9a381e89f08ab6289033c6dde91
b0c190002c
Added a comment
2016-11-20 03:47:23 +00:00
ilovezfs
fc304a8ab9
2016-11-19 16:00:50 +00:00
t.z.mates
ddfb320664
Added a comment
2016-11-19 04:42:25 +00:00
Joey Hess
c45ec7b819
add news item for git-annex 6.20161118
2016-11-18 12:00:20 -04:00
Joey Hess
5680565122
releasing package git-annex version 6.20161118
2016-11-18 11:59:49 -04:00
Joey Hess
50ad13b809
comment
2016-11-18 11:40:52 -04:00
yomguy
0a34f08ad9
Added a comment
2016-11-18 14:00:51 +00:00
openmedi
fe556ced50
2016-11-18 13:57:49 +00:00
openmedi
4baae17fa4
Added a comment
2016-11-18 12:03:44 +00:00
Joey Hess
776b13c3c4
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-17 17:20:25 -04:00
Joey Hess
f3ea75a74c
devblog
2016-11-17 17:19:53 -04:00
andrew
9cc869e583
Added a comment: git annex copy --auto --to cloud works
2016-11-17 17:49:28 +00:00
Joey Hess
6a5592c05f
avoid tab warnings from ghc 8
2016-11-17 13:39:30 -04:00
andrew
50836695b7
Added a comment: RESOLVED
2016-11-17 14:59:15 +00:00
db48x
95b5afb706
2016-11-17 04:00:18 +00:00
luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa
8ac3b30ca0
Added a comment
2016-11-16 22:56:46 +00:00
Joey Hess
9cc9bd8a10
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-16 18:06:44 -04:00
Joey Hess
aedec5d08d
arm build uses 32kb page size
...
(Change was made in gitannexbuilder scripts not here.)
2016-11-16 18:05:42 -04:00
https://anarc.at/openid/
c9d51f6064
Added a comment: how about reusing the special remote protocol?
2016-11-16 21:58:08 +00:00
Joey Hess
2e4edee607
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-16 16:18:11 -04:00
Joey Hess
c8a0eb03a5
devblog
2016-11-16 16:17:09 -04:00
Joey Hess
10703dc817
improve comment
2016-11-16 16:03:23 -04:00
Joey Hess
2577f1c0a2
fsck --all --from was checking the content of files in the local repository, rather than on the special remote.
...
Straight up forgot to handle this case!
This commit was sponsored by Fernando Jimenez on Patreon.
2016-11-16 15:33:57 -04:00
Joey Hess
b4b970d5f2
moreinfo needed
2016-11-16 15:12:46 -04:00
Joey Hess
bd4cf0f663
comment
2016-11-16 15:01:49 -04:00
Joey Hess
2f192583ba
comment
2016-11-16 14:49:47 -04:00
Joey Hess
b868e931a6
moreinfo
2016-11-16 14:43:45 -04:00
Joey Hess
1b71d920e4
comment
2016-11-16 14:43:33 -04:00
Joey Hess
d7b8be75a4
comment
2016-11-16 14:40:28 -04:00
Joey Hess
6d1039822e
already fixed
2016-11-16 14:35:22 -04:00
Joey Hess
681a4e5a58
comment
2016-11-16 14:33:33 -04:00
andrew
887e167937
2016-11-16 15:55:44 +00:00
andrew
4276e713be
Added a comment: how to investigate
2016-11-16 15:37:01 +00:00
Joey Hess
2542fb58ed
fix giveup shadowing
2016-11-16 00:28:10 -04:00
Joey Hess
2493c2c5a4
allow Utility.Exception to still be used when not building with cabal
2016-11-15 22:01:55 -04:00
Joey Hess
d2b49090b8
remove debug print
2016-11-15 21:52:10 -04:00
Joey Hess
3b3868fbf7
Merge branch 'master' of ssh://git-annex.branchable.com
2016-11-15 21:31:01 -04:00
Joey Hess
0a4479b8ec
Avoid backtraces on expected failures when built with ghc 8; only use backtraces for unexpected errors.
...
ghc 8 added backtraces on uncaught errors. This is great, but git-annex was
using error in many places for a error message targeted at the user, in
some known problem case. A backtrace only confuses such a message, so omit it.
Notably, commands like git annex drop that failed due to eg, numcopies,
used to use error, so had a backtrace.
This commit was sponsored by Ethan Aubin.
2016-11-15 21:29:54 -04:00
David_K
057ee30429
removed
2016-11-16 01:28:32 +00:00
David_K
08ca407e67
Added a comment
2016-11-16 01:28:14 +00:00
David_K
6c1f0c6b02
Added a comment
2016-11-16 01:28:04 +00:00
Joey Hess
69915c6c9b
fix tricky warning with ghc 8
...
Whether Route was exported from Assistant.WebApp.Types
or not depended on the version of ghc. So, explictly export it.
2016-11-15 18:51:07 -04:00