summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* followupGravatar Joey Hess2016-01-29
|
* annex.addsmallfiles: New option controlling what is done when adding files ↵Gravatar Joey Hess2016-01-28
| | | | not matching annex.largefiles.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-28
|\
* | Ord constraint redundantGravatar Gabor Greif2016-01-28
| |
* | Remove redundant Show constraintGravatar Gabor Greif2016-01-28
| |
* | Get rid of unnecessary Monad constraintGravatar Gabor Greif2016-01-28
| |
* | Unneded constraintGravatar Gabor Greif2016-01-28
| |
* | Another redundant constraintGravatar Gabor Greif2016-01-28
| |
* | Zap redundant constraintsGravatar Gabor Greif2016-01-28
| | | | | | | | these are shown by GHC 7.11/8.0
| * Added a comment: Similar sounding issueGravatar parmour@1304ead3ef9008fa9fe66af7c8678dec867328da2016-01-28
| |
| * (no commit message)Gravatar ggreif@8132a868199b4ffec14150c87f538dc06a5382202016-01-28
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a2016-01-28
| |
| * move files, direct modeGravatar https://me.yahoo.com/a/yx5Y6EI1t.759Jsu63ZWqYclCmpOmxxd.ramtw--#7114a2016-01-28
| |
| * Added a comment: default settings?Gravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-01-28
| |
| * pull requestGravatar ggreif@8132a868199b4ffec14150c87f538dc06a5382202016-01-28
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-01-28
| |
| * (no commit message)Gravatar moird2016-01-27
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | fix warning with ghc 7.10Gravatar Joey Hess2016-01-26
| |
* | test case for recent sync --content reversionGravatar Joey Hess2016-01-26
| |
| * Added a comment: Linux-Windows repoGravatar tomekwi2016-01-26
|/
* add news item for git-annex 6.20160126Gravatar Joey Hess2016-01-26
|
* devblog6.20160126Gravatar Joey Hess2016-01-26
|
* Debian: Avoid building debug package, since gdb is not often useful to debug ↵Gravatar Joey Hess2016-01-26
| | | | haskell programs.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | bugGravatar Joey Hess2016-01-26
| |
| * Added a commentGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | fix build on old ghcGravatar Joey Hess2016-01-26
| |
| * Added a commentGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
|/
* prep releaseGravatar Joey Hess2016-01-26
| | | | | | Note that 4ba917a7a5f67e96c3848ae13c6eaa9eba6300c5 maligned FTP incorrectly. The type checker didn't catch that bug because of the monad instance for lists.
* commentGravatar Joey Hess2016-01-26
|
* update for removed tagsGravatar Joey Hess2016-01-26
|
* add the known associated file to the list of othersGravatar Joey Hess2016-01-26
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | Fix nasty reversion in the last release that broke sync --content's handling ↵Gravatar Joey Hess2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | retitleGravatar Joey Hess2016-01-26
| |
* | updateGravatar Joey Hess2016-01-26
| |
| * removedGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
| * Added a comment: problem with latest pull and stackGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
| * Added a comment: problem with latest pull and stackGravatar reyman64@740e43250854ada1b8484b3bc44b53be03367d702016-01-26
| |
* | remove TDFA build flagGravatar Joey Hess2016-01-26
| |
* | Roll the dns build flag into the assistant build flag.Gravatar Joey Hess2016-01-26
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-26
|\
* | switch to lts-5.0Gravatar Joey Hess2016-01-26
| | | | | | | | has concurrent-output and a new enough aws included
* | remove 3 build flagsGravatar Joey Hess2016-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | * Removed the webapp-secure build flag, rolling it into the webapp build flag. * Removed the quvi and tahoe build flags, which only adds aeson to the core dependencies. * Removed the feed build flag, which only adds feed to the core dependencies. Build flags have cost in both code complexity and also make Setup configure have to work harder to find a usable set of build flags when some dependencies are missing.
* | remove unused support for ADNS libraryGravatar Joey Hess2016-01-26
| |
| * (no commit message)Gravatar alexander+gitannex@2296816092e64c93002644a8af3a4d4c9e6b21c72016-01-25
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-25
|\
* | closeGravatar Joey Hess2016-01-25
| |