summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated cabal file explictly lists source files.Gravatar Joey Hess2016-05-24
| | | | | | | | | | | | | | | | | | | The tarball on hackage will include only the files needed for cabal install; it is NOT the full git-annex source tree. While it's totally obnoxious that cabal files need every file listed out when basic wildcard support could avoid hundreds of lines, and have to be maintained when files are added, this does get the tarball size back down to 1 mb. This also stops stack from complaining that it found modules not listed in the cabal file. debian/changelog, debian/NEWS, debian/copyright: Converted to symlinks to CHANGELOG, NEWS, and COPYRIGHT, which used to symlink to these instead. This avoids needing to include debian/ in the hackage tarball. Setup.hs: Build man pages at install time using make and mdwn2man. If it fails, which it probably will on windows, just skip installing them.
* lts-5.18Gravatar Joey Hess2016-05-23
|
* improved refactoringGravatar Joey Hess2016-05-23
| | | | | ghc 8.0.1 didn't like runner because it used Rank2Types or something. Instead, factor out the feeder action.
* devblogGravatar Joey Hess2016-05-23
|
* deja vu all over againGravatar Joey Hess2016-05-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-05-23
|\
* | add todo itemGravatar Joey Hess2016-05-23
| |
* | re-closeGravatar Joey Hess2016-05-23
| |
* | cleanupGravatar Joey Hess2016-05-23
| |
* | plumb RemoteGitConfig through to encryptCipherGravatar Joey Hess2016-05-23
| |
* | plumb RemoteGitConfig through to decryptCipherGravatar Joey Hess2016-05-23
| |
* | plumb RemoteGitConfig through to setRemoteCredPairGravatar Joey Hess2016-05-23
| |
* | Pass the various gnupg-options configs to gpg in several cases where they ↵Gravatar Joey Hess2016-05-23
| | | | | | | | | | | | | | | | | | | | | | | | were not before. Removed the instance LensGpgEncParams RemoteConfig because it encouraged code that does not take the RemoteGitConfig into account. RemoteType's setup was changed to take a RemoteGitConfig, although the only place that is able to provide a non-empty one is enableremote, when it's changing an existing remote. This led to several folow-on changes, and got RemoteGitConfig plumbed through.
| * fixed meta tagGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-23
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42016-05-23
| |
* | remove unusedGravatar Joey Hess2016-05-23
|/
* replyGravatar Joey Hess2016-05-23
|
* note commands which do not get a replyGravatar Joey Hess2016-05-23
|
* note version for recently added commandGravatar Joey Hess2016-05-23
|
* comment, reopenGravatar Joey Hess2016-05-23
|
* commentGravatar Joey Hess2016-05-23
|
* initial passGravatar Joey Hess2016-05-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-05-23
|\
* | commentGravatar Joey Hess2016-05-23
| |
| * Added a commentGravatar ilovezfs2016-05-23
|/
* fix recent test suite reversionGravatar Joey Hess2016-05-23
| | | | | | git annex adjust --force will overwrite any current adjusted branch. I didn't document this because for the user, deleting the branch is just as good.
* commentGravatar Joey Hess2016-05-23
|
* Support building with ghc 8.0.1.Gravatar Joey Hess2016-05-23
|
* fix test suite breakageGravatar Joey Hess2016-05-23
|
* git-annex: GHC compatibilityGravatar ilovezfs2016-05-23
|
* add more deps to Setuo-DependsGravatar Joey Hess2016-05-23
| | | | I'm told these are needed.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-05-23
|\
| * (no commit message)Gravatar xloem2016-05-23
| |
| * (no commit message)Gravatar xloem2016-05-23
| |
| * (no commit message)Gravatar ilovezfs2016-05-23
| |
| * (no commit message)Gravatar ilovezfs2016-05-23
| |
| * Patches for GHC 8 and for cabal configureGravatar ilovezfs2016-05-23
| |
| * Added a comment: Arrived in homebrew - Fix not working?Gravatar rustikus@9db90d0c115a1825e2f1e5f15257ec1298a6c7b62016-05-22
| |
* | split out module to work around badly named symbol in directory-1.2.6.2Gravatar Joey Hess2016-05-22
| | | | | | | | | | | | | | Sadly my bug report about this is not going to get fixed it seems, so I have to drag around a whole added module file just to deal with it. https://github.com/haskell/directory/issues/52
* | bump standards-versionGravatar Joey Hess2016-05-22
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-05-22
|\
* | git's handing of relative GIT_INDEX_FILE is more insane than I thought; ↵Gravatar Joey Hess2016-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always make absolute This is actually worse than I thought; when git is being run with a detached work tree, GIT_INDEX_FILE is treated as a path relative to CWD, instead of the normal behavior of relative the top of the work tree. This seems to make it basically impossible for any program that wants to use GIT_INDEX_FILE to use anything other than an absolute path to it; there are too many configurations to keep straight that can change how git interprets what should be a simple relative path to a file. (I have complained to the git developers.)
| * (no commit message)Gravatar xloem2016-05-22
| |
| * removedGravatar xloem2016-05-22
| |
| * Added a comment: This could be detectedGravatar xloem2016-05-22
| |
| * Added a commentGravatar xloem2016-05-22
|/
* commentGravatar Joey Hess2016-05-21
|
* commentGravatar Joey Hess2016-05-21
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2016-05-21
|\
* | renameGravatar Joey Hess2016-05-21
| |