summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Added a comment: remote "origin" missing some gcrypt commands?Gravatar spam@9590d16798fd27f4e38472862e296fc9828e3d392017-11-11
|
* Revert "use unix-compat 0.5 on windows"Gravatar Joey Hess2017-11-09
| | | | | | This reverts commit ac57659e61f9743aebd35258e89752ced0040f9f. Too early for this; needs newer Win32 version. Le sigh.
* add unix-compat versionGravatar Joey Hess2017-11-09
|
* Revert "remove dep on Win32-extras"Gravatar Joey Hess2017-11-09
| | | | | | This reverts commit afaf1799d47d88e1e0ace4f1bb128684761e11c1. Yeah, too early for that too
* updated my win32 forkGravatar Joey Hess2017-11-09
|
* Revert "use win32 2.6.1.0"Gravatar Joey Hess2017-11-09
| | | | | | | This reverts commit 757a7d6e22b9faa443a4f063e1a6df3204e298c1. Blocked by https://github.com/snoyberg/http-client/issues/309 this commit can be reverted once that's fixed.
* bump process to version supporting newer Win32Gravatar Joey Hess2017-11-09
|
* build with newer version of directory which supports newer version of win32Gravatar Joey Hess2017-11-09
|
* allow-newer to work around Cabal needing old version of Win32Gravatar Joey Hess2017-11-09
|
* remove dep on Win32-extrasGravatar Joey Hess2017-11-09
| | | | Win32 now has its own getCurrentProcessId.
* allow-newer to allow Win32-extras to be built with new Win32Gravatar Joey Hess2017-11-09
|
* still need stack-windows.yaml to specify newer versions of Win32 and unix-compatGravatar Joey Hess2017-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-09
|\
* | use win32 2.6.1.0Gravatar Joey Hess2017-11-09
| | | | | | | | | | | | | | That has my patches merged into it, so stack-windows.yaml is not needed any longer. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
| * Added a commentGravatar Lykos1532017-11-09
| |
* | use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-09
| | | | | | | | | | | | | | | | | | | | | | That version has my patches for the problems that Utility.PosixFiles was working around, so am able to get rid of that module now. This will later allow bringing back the custom-setup stanza in the cabal file. It will need to depend on unix-compat 0.5 on all OS's, which I'm not ready to do yet. This commit was sponsored by Nick Daly on Patreon.
* | revert accidental changeGravatar Joey Hess2017-11-09
|/
* add news item for git-annex 6.20171109Gravatar Joey Hess2017-11-09
|
* releasing package git-annex version 6.201711096.20171109Gravatar Joey Hess2017-11-09
|
* reorderGravatar Joey Hess2017-11-09
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-09
|\
* | responseGravatar Joey Hess2017-11-09
| |
* | retitle; known bugGravatar Joey Hess2017-11-09
| |
* | add linksGravatar Joey Hess2017-11-09
| |
| * removedGravatar Lykos1532017-11-09
| |
| * removedGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
| |
| * Added a commentGravatar Lykos1532017-11-09
|/
* remove nix section to unbreak i386-ancient buildGravatar Joey Hess2017-11-08
|
* Fix directory special remote's cleanup of empty export directories.Gravatar Joey Hess2017-11-08
| | | | | | | | | | Was trying to rmdir the file, which had already been deleted, and when that failed, it skipped trying to delete the parent directories. Noticed the bug through testremote, but it can't itself detect such problems as there is no enumeration in the API. This commit was sponsored by Brock Spratlen on Patreon.
* testremote: Test exporttree.Gravatar Joey Hess2017-11-08
| | | | | | | | | | As long as the class of remotes supports exporting, it's tested whether or not the remote is configured with exporttree=yes. Also, made testremote of a remote configured with exporttree=yes disable that configuration for testing non-export storage. This commit was supported by the NSF-funded DataLad project.
* improve testremote docsGravatar Joey Hess2017-11-08
|
* close already fixed bug (dup)Gravatar Joey Hess2017-11-07
|
* confirmGravatar Joey Hess2017-11-07
|
* responseGravatar Joey Hess2017-11-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-07
|\
* | followupGravatar Joey Hess2017-11-07
| |
* | Makefile improvement for BUILDER=stack, use stack to run ghc.Gravatar Joey Hess2017-11-07
| |
* | commentGravatar Joey Hess2017-11-07
| |
* | simplify ikiwiki docs build testing and outputGravatar Joey Hess2017-11-07
| |
* | Makefile improvement for sudo make install. Thanks, Eric SiegermanGravatar Joey Hess2017-11-07
| |
* | Build Build/InstallDesktopFile at "make all" timeGravatar Eric Siegerman2017-11-07
| | | | | | | | | | | | | | | | | | | | If you run stack as root (e.g. for "make install"), any files it creates under ./ will, of course, be owned by root. That's a problem for subsequent runs as non-root. Reduce the likelihood of that happening by building Build/InstallDesktopFile during "make all", so that it needn't be built by "make install".
* | answerGravatar Joey Hess2017-11-07
| |
| * Added a commentGravatar robert.schuetz@7942237bf71a2ae4f5d3cb047d167612b8c9e3112017-11-07
|/
* Web.checkKey: Fix handling of multiple urlsGravatar Joey Hess2017-11-07
| | | | | | | | | | When there are multiple urls for a file, still treat it as being present in the web when some urls don't work, as long as at least one url does work. This is consistent with the other web methods handling of multiple urls. This commit was sponsored by Ole-Morten Duesund on Patreon.
* link to git ML postGravatar Joey Hess2017-11-07
|
* followupGravatar Joey Hess2017-11-07
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-11-07
|\
* | followupGravatar Joey Hess2017-11-07
| |