Joey Hess
8db477b2ac
done
2016-01-29 13:27:06 -04:00
Joey Hess
a47b644dc9
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-29 13:23:32 -04:00
Joey Hess
86689eb930
comment
2016-01-29 13:22:24 -04:00
Joey Hess
9a4af2324e
Fix reversion in lookupkey, contentlocation, and examinekey which caused them to sometimes output side messages.
2016-01-29 13:20:24 -04:00
Joey Hess
66a24e0f36
followup
2016-01-29 13:08:12 -04:00
git-annex.branchable.com@69b3f2da2837a3d9de8eab0b93771008294b7d69
e6f25fe2f1
Added a comment: Does a tar of .git
solve the problem
2016-01-28 19:03:08 +00:00
Joey Hess
7c1df36d63
annex.addsmallfiles: New option controlling what is done when adding files not matching annex.largefiles.
2016-01-28 14:04:32 -04:00
Joey Hess
c7a89ead3a
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-28 12:36:26 -04:00
Gabor Greif
7f13e8fba6
Ord constraint redundant
2016-01-28 12:34:07 -04:00
Gabor Greif
108f829543
Remove redundant Show constraint
2016-01-28 12:34:07 -04:00
Gabor Greif
6c3c8e63d0
Get rid of unnecessary Monad constraint
2016-01-28 12:34:07 -04:00
Gabor Greif
daf8aa76fe
Unneded constraint
2016-01-28 12:34:07 -04:00
Gabor Greif
50e4ec36c7
Another redundant constraint
2016-01-28 12:34:07 -04:00
Gabor Greif
90d2c7fa90
Zap redundant constraints
...
these are shown by GHC 7.11/8.0
2016-01-28 12:34:07 -04:00
parmour@1304ead3ef9008fa9fe66af7c8678dec867328da
0458727ee7
Added a comment: Similar sounding issue
2016-01-28 15:02:32 +00:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
ee5d8e408d
2016-01-28 10:58:35 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
c2a3be754d
2016-01-28 10:55:30 +00:00
https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a
40c9e7e16e
move files, direct mode
2016-01-28 10:54:39 +00:00
grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f
516374bf8a
Added a comment: default settings?
2016-01-28 09:32:45 +00:00
ggreif@8132a868199b4ffec14150c87f538dc06a538220
b1d3137ac2
pull request
2016-01-28 08:51:38 +00:00
https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4
599a3bafac
2016-01-28 01:28:21 +00:00
moird
bf78b8fad2
2016-01-27 15:50:14 +00:00
Joey Hess
5151f7005e
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-26 19:13:15 -04:00
Joey Hess
05e7cdce71
fix warning with ghc 7.10
2016-01-26 19:12:33 -04:00
Joey Hess
57a7ff68ca
test case for recent sync --content reversion
2016-01-26 17:33:16 -04:00
tomekwi
23361077a1
Added a comment: Linux-Windows repo
2016-01-26 20:46:59 +00:00
Joey Hess
20d240cd0e
add news item for git-annex 6.20160126
2016-01-26 15:46:02 -04:00
Joey Hess
be9acccc5e
devblog
2016-01-26 15:40:34 -04:00
Joey Hess
540acd32bf
Debian: Avoid building debug package, since gdb is not often useful to debug haskell programs.
2016-01-26 15:39:37 -04:00
Joey Hess
731cc79fd6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-26 15:20:45 -04:00
Joey Hess
aaac5e6779
bug
2016-01-26 15:20:00 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
8f21e7b3f5
Added a comment
2016-01-26 19:14:51 +00:00
Joey Hess
f1d8c825c6
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-26 15:12:58 -04:00
Joey Hess
7a36d31012
fix build on old ghc
2016-01-26 15:12:16 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
2bd01ad33a
Added a comment
2016-01-26 19:09:05 +00:00
Joey Hess
015a3f6061
prep release
...
Note that 039e83ed5d
maligned FTP
incorrectly. The type checker didn't catch that bug because of the monad
instance for lists.
2016-01-26 15:05:36 -04:00
Joey Hess
51d59fec66
comment
2016-01-26 14:53:18 -04:00
Joey Hess
635d2dedf6
update for removed tags
2016-01-26 14:49:22 -04:00
Joey Hess
710d44a16e
add the known associated file to the list of others
2016-01-26 14:48:19 -04:00
Joey Hess
a69a746afa
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-26 14:38:37 -04:00
Joey Hess
039e83ed5d
Fix nasty reversion in the last release that broke sync --content's handling of many preferred content expressions.
...
The type checker should have noticed this, but the changes to mapM
that make it accept any Traversable hid the fact that it was not being
passed a list at all. Thus, what should have returned an empty list most
of the time instead returned [""] which was treated as the name of the
associated file, with disasterout consequences.
When I have time, I should add a test case checking what sync --content
drops. I should also consider replacing mapM with one re-specialized to
lists.
2016-01-26 14:28:43 -04:00
Joey Hess
3ddfa7bf1d
retitle
2016-01-26 14:17:46 -04:00
Joey Hess
f1d33568b0
update
2016-01-26 13:49:10 -04:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
7fe55d46e6
removed
2016-01-26 16:49:49 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
1adcf268ea
Added a comment: problem with latest pull and stack
2016-01-26 16:49:05 +00:00
reyman64@740e43250854ada1b8484b3bc44b53be03367d70
281f445dfd
Added a comment: problem with latest pull and stack
2016-01-26 16:48:43 +00:00
Joey Hess
ecec42bbb4
remove TDFA build flag
2016-01-26 08:52:34 -04:00
Joey Hess
dcfb038cd2
Roll the dns build flag into the assistant build flag.
2016-01-26 08:48:23 -04:00
Joey Hess
65f44423d1
Merge branch 'master' of ssh://git-annex.branchable.com
2016-01-26 08:30:24 -04:00
Joey Hess
4eb968ca89
switch to lts-5.0
...
has concurrent-output and a new enough aws included
2016-01-26 08:29:37 -04:00