summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing package git-annex version 6.201611186.20161118Gravatar Joey Hess2016-11-18
|
* commentGravatar Joey Hess2016-11-18
|
* Added a commentGravatar yomguy2016-11-18
|
* (no commit message)Gravatar openmedi2016-11-18
|
* Added a commentGravatar openmedi2016-11-18
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-17
|\
* | devblogGravatar Joey Hess2016-11-17
| |
| * Added a comment: git annex copy --auto --to cloud worksGravatar andrew2016-11-17
| |
* | avoid tab warnings from ghc 8Gravatar Joey Hess2016-11-17
| |
| * Added a comment: RESOLVEDGravatar andrew2016-11-17
| |
| * (no commit message)Gravatar db48x2016-11-17
| |
| * Added a commentGravatar luckcolorsgoo@ab4f3c1c44a7dbcbcb9d9a29315b59ad524ceaaa2016-11-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-16
|\
* | arm build uses 32kb page sizeGravatar Joey Hess2016-11-16
| | | | | | | | (Change was made in gitannexbuilder scripts not here.)
| * Added a comment: how about reusing the special remote protocol?Gravatar https://anarc.at/openid/2016-11-16
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-16
|\
* | devblogGravatar Joey Hess2016-11-16
| |
* | improve commentGravatar Joey Hess2016-11-16
| |
* | fsck --all --from was checking the content of files in the local repository, ↵Gravatar Joey Hess2016-11-16
| | | | | | | | | | | | | | | | rather than on the special remote. Straight up forgot to handle this case! This commit was sponsored by Fernando Jimenez on Patreon.
* | moreinfo neededGravatar Joey Hess2016-11-16
| |
* | commentGravatar Joey Hess2016-11-16
| |
* | commentGravatar Joey Hess2016-11-16
| |
* | moreinfoGravatar Joey Hess2016-11-16
| |
* | commentGravatar Joey Hess2016-11-16
| |
* | commentGravatar Joey Hess2016-11-16
| |
* | already fixedGravatar Joey Hess2016-11-16
| |
* | commentGravatar Joey Hess2016-11-16
| |
| * (no commit message)Gravatar andrew2016-11-16
| |
| * Added a comment: how to investigateGravatar andrew2016-11-16
|/
* fix giveup shadowingGravatar Joey Hess2016-11-16
|
* allow Utility.Exception to still be used when not building with cabalGravatar Joey Hess2016-11-15
|
* remove debug printGravatar Joey Hess2016-11-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-15
|\
* | Avoid backtraces on expected failures when built with ghc 8; only use ↵Gravatar Joey Hess2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * removedGravatar David_K2016-11-16
| |
| * Added a commentGravatar David_K2016-11-16
| |
| * Added a commentGravatar David_K2016-11-16
|/
* fix tricky warning with ghc 8Gravatar Joey Hess2016-11-15
| | | | | Whether Route was exported from Assistant.WebApp.Types or not depended on the version of ghc. So, explictly export it.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-15
|\
* | sync: Pass --allow-unrelated-histories to git merge when used with git git ↵Gravatar Joey Hess2016-11-15
| | | | | | | | | | | | | | | | | | | | | | | | 2.9.0 or newer. This makes merging a remote into a freshly created direct mode repository work the same as it works in indirect mode. The git-annex branches would get merged in any case by a sync, since that doesn't use git merge. This might need to be revisited later to better mirror git's behavior.
| * Added a commentGravatar grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f2016-11-15
|/
* unbreak all the autobuildersGravatar Joey Hess2016-11-15
| | | | | | | | | | git-annex.cabal: Loosen bounds on persistent to allow 2.5, which on Debian has been patched to work with esqueleto. This may break cabal's resolver on non-Debian systems; if so, either use stack to build, or run cabal with --constraint='persistent ==2.2.4.1' Hopefully this mess with esqueleto will be resolved soon. https://github.com/prowdsponsor/esqueleto/issues/137
* closeGravatar Joey Hess2016-11-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-15
|\
| * Added a commentGravatar christopher@5845ecd3cef9edadd4dc084df00e1fa60ce311eb2016-11-15
| |
| * Added a comment: "Hmm, guyz? Are you serious with these scripts?" Well, ↵Gravatar https://launchpad.net/~stephane-gourichon-lpad2016-11-15
| | | | | | | | what's the matter?
| * (no commit message)Gravatar thowz2016-11-15
| |
* | local lan detectionGravatar Joey Hess2016-11-14
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-11-14
|\
* | devblogGravatar Joey Hess2016-11-14
| |