summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* webapp: Fix deletion of current repository directory.Gravatar Joey Hess2016-01-29
| | | | | | | removeDirectoryRecursive "." fails; need full path. I think this is a reversion introduced in the relative path conversion, in january of *last* year!
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* commentGravatar Joey Hess2016-01-29
|
* doneGravatar Joey Hess2016-01-29
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-01-29
|\
* | commentGravatar Joey Hess2016-01-29
| |
* | Fix reversion in lookupkey, contentlocation, and examinekey which caused ↵Gravatar Joey Hess2016-01-29
| | | | | | | | them to sometimes output side messages.
* | followupGravatar Joey Hess2016-01-29
| |
| * Added a comment: Does a tar of `.git` solve the problemGravatar git-annex.branchable.com@69b3f2da2837a3d9de8eab0b93771008294b7d692016-01-28
|/
* 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
| |