Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | comment | Joey Hess | 2015-08-19 |
| | |||
* | Avoid building the assistant on the hurd, since an inotify equivilant is not ↵ | Joey Hess | 2015-08-17 |
| | | | | | | | yet implemented in git-annex for the hurd. Note that https://github.com/haskell/hackage-server/issues/269 is fixed, so hopefully I can upload this to hackage this time. | ||
* | enable parallel build for fast mode and explicitly disable for production | Joey Hess | 2015-08-14 |
| | | | | | Currently, ghc has issues getting reproducible builds with parallel building. https://ghc.haskell.org/trac/ghc/ticket/4012 | ||
* | prep release5.20150812 | Joey Hess | 2015-08-12 |
| | |||
* | Added support for SHA3 hashed keys (in 8 varieties), when git-annex is built ↵ | Joey Hess | 2015-08-06 |
| | | | | | | | | using the cryptonite library. While cryptohash has SHA3 support, it has not been updated for the final version of the spec. Note that cryptonite has not been ported to all arches that cryptohash builds on yet. | ||
* | Tighten dependency on optparse-applicative to 0.11.0. | Joey Hess | 2015-08-02 |
| | | | | Type of str changed in 0.11. | ||
* | prep release | Joey Hess | 2015-07-31 |
| | |||
* | prep release5.20150727 | Joey Hess | 2015-07-27 |
| | |||
* | Support building without persistent database on for systems that lack TH. ↵ | Joey Hess | 2015-07-25 |
| | | | | This removes support for incremental fsck. | ||
* | remove new-time build flag | Joey Hess | 2015-07-21 |
| | | | | | | | | | This caused problems building with stackage and ghc 7.6, since cabal assumes the flag means it wants a newer time. Since time is bundled with ghc, stackage doesn't pin it. Since this flag was only there to avoid a dep on old-locale, which is currently bundled with ghc, let's remove the flag. | ||
* | Debian package (and any other packages built using make install) now ↵ | Joey Hess | 2015-07-13 |
| | | | | includes bash completion. | ||
* | Merge branch 'master' into optparse-applicative | Joey Hess | 2015-07-10 |
|\ | | | | | | | | | Conflicts: debian/changelog | ||
| * | prep release | Joey Hess | 2015-07-10 |
| | | |||
* | | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
|/ | | | | | | | | | | | | This is a work in progress. It compiles and is able to do basic command dispatch, including git autocorrection, while using optparse-applicative for the core commandline parsing. * Many commands are temporarily disabled before conversion. * Options are not wired in yet. * cmdnorepo actions don't work yet. Also, removed the [Command] list, which was only used in one place. | ||
* | Removed support for optparse-applicative versions older than 0.10. | Joey Hess | 2015-07-07 |
| | | | | Debian stable has 0.10.0. | ||
* | On linux, pass --as-needed to linker to avoid linking with unused shared ↵ | Joey Hess | 2015-07-07 |
| | | | | libraries including libyaml. | ||
* | prep release | Joey Hess | 2015-06-16 |
| | |||
* | debian/cabal-wrapper: Removed this hack which should not be needed anymore. | Joey Hess | 2015-06-14 |
| | |||
* | re-remove hamlet dep | Joey Hess | 2015-06-06 |
| | |||
* | -fPIC broke the autobuilders, so remove again. hmm | Joey Hess | 2015-06-06 |
| | |||
* | not sure why, but ghc started failing linking the C libs unless explicitly ↵ | Joey Hess | 2015-06-05 |
| | | | | built with -fPIC | ||
* | prep release | Joey Hess | 2015-05-28 |
| | |||
* | Revert "remove deprecated hamlet package" | Joey Hess | 2015-05-27 |
| | | | | | | | | | This reverts commit 8c9908de63ace83efa14744e3f7cf3f12fc8f197. It's too early to do this; the linux and android autobuilder will need to be updated to use the new version of shakespeare, and that will require a complete refresh of them. In the meantime, this has knocked the webapp out of the autobuilders. | ||
* | remove deprecated hamlet package | Joey Hess | 2015-05-22 |
| | | | | shakespeare provides this now | ||
* | prep release | Joey Hess | 2015-05-22 |
| | |||
* | allow building without ascii-progress, since it is not ready yet | Joey Hess | 2015-05-12 |
| | | | | No progress bars with -J unless built with ascii-progress. | ||
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Command/Fsck.hs Messages.hs Remote/Directory.hs Remote/Git.hs Remote/Helper/Special.hs Types/Remote.hs debian/changelog git-annex.cabal | ||
| * | cutting a point release, will be a cabal-only update | Joey Hess | 2015-05-11 |
| | | |||
| * | reorder dependency list | Joey Hess | 2015-05-10 |
| | | |||
| * | avoid unncessary dep on old-locale when building with new version of time | Joey Hess | 2015-05-10 |
| | | |||
| * | disable ghc 7.10's obnoxious warnings about every line using tab to indent | Joey Hess | 2015-05-10 |
| | | |||
| * | prep release | Joey Hess | 2015-05-08 |
| | | |||
| * | Replace dataenc with sandi. | Magnus Therning | 2015-05-07 |
| | | | | | | | | | | | | The library dataenc is unmaintained and has been superseded by sandi. Signed-off-by: Magnus Therning <magnus@therning.org> | ||
| * | also drop old dbus compat | Joey Hess | 2015-04-22 |
| | | |||
| * | Dropped support for older versions of yesod and warp than the ones in Debian ↵ | Joey Hess | 2015-04-22 |
| | | | | | | | | | | | | Jessie. 466 lines of compat cruft deleted! | ||
| * | prep release | Joey Hess | 2015-04-20 |
| | | |||
| * | Removed dependency on haskell SHA library, instead using cryptohash >= 0.11.0. | Joey Hess | 2015-04-19 |
| | | |||
| * | switch to using cryptohash for MAC | Joey Hess | 2015-04-19 |
| | | |||
* | | scale progress bar to terminal size | Joey Hess | 2015-04-14 |
| | | |||
* | | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-04-14 |
|\| | | | | | | | | | Conflicts: debian/changelog | ||
| * | info dir: Added information about repositories that contain files in the ↵ | Joey Hess | 2015-04-12 |
| | | | | | | | | | | | | | | | | | | | | | | specified directory. This is a nearly free feature; it piggybacks on the location log lookups done for the numcopies stats. So, the only extra overhead is updating the map of repository sizes. However, I had to switch to Data.Map.Strict, which needs containers 0.5. If backporting to wheezy, will probably need to revert this commit. | ||
* | | pin ascii-progress version for now; big changes coming | Joey Hess | 2015-04-10 |
| | | |||
* | | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-04-10 |
|\| | |||
| * | prep release | Joey Hess | 2015-04-09 |
| | | |||
* | | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-04-07 |
|\| | |||
| * | emergency release | Joey Hess | 2015-04-06 |
| | | |||
| * | prep release | Joey Hess | 2015-04-06 |
| | | |||
* | | WIP use ascii-progress | Joey Hess | 2015-04-04 |
|/ | | | | | | | | A bit flickery due to https://github.com/yamadapc/haskell-ascii-progress/issues/12 And, won't handle large files until ascii-progress is changed to use Integers. | ||
* | prep release | Joey Hess | 2015-03-27 |
| | |||
* | prep release5.20150317 | Joey Hess | 2015-03-17 |
| |