Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adjust linux tarball tree | Joey Hess | 2013-02-27 |
| | |||
* | link to new app | Joey Hess | 2013-02-21 |
| | |||
* | update; android tarball | Joey Hess | 2013-02-13 |
| | |||
* | OSX Mountian Lion builds now available | Joey Hess | 2012-12-17 |
| | |||
* | reorg OSX bugs | Joey Hess | 2012-11-26 |
| | |||
* | Delete the duplicate and incorrect installation method for NixOS | https://www.google.com/accounts/o8/id?id=AItOawnVSFYYxe8zGfv6paEoLZBMwfkYuMPxZ9E | 2012-11-03 |
| | |||
* | update install instructions for Fedora | Joey Hess | 2012-10-12 |
| | | | | now available in Fedora | ||
* | add syncing enabled/disabled to repo list with icon, and toggle link | Joey Hess | 2012-10-12 |
| | | | | | | The toggle link doesn't work yet. Also lots of refactoring and type improvements | ||
* | tweak | Joey Hess | 2012-09-28 |
| | |||
* | simpler links to prebuilt tarballs | Joey Hess | 2012-09-28 |
| | |||
* | building linux standalone tarballs | Joey Hess | 2012-09-28 |
| | |||
* | add links to git-annex.app builds | Joey Hess | 2012-09-27 |
| | |||
* | misc | Joey Hess | 2012-09-27 |
| | |||
* | try a table | Joey Hess | 2012-09-27 |
| | |||
* | update install page | Joey Hess | 2012-09-27 |
| | |||
* | remove blaze-markup | Joey Hess | 2012-09-24 |
| | |||
* | update deps | Joey Hess | 2012-09-11 |
| | |||
* | add build dep on network-info | Joey Hess | 2012-09-07 |
| | |||
* | add network-multicast to bulld depends | Joey Hess | 2012-09-07 |
| | |||
* | add missing data-default dependency (needed with new yesod only) | Joey Hess | 2012-08-30 |
| | |||
* | update | Joey Hess | 2012-08-27 |
| | |||
* | add yesod-default | Joey Hess | 2012-07-27 |
| | | | | another dependency cabal works without here, oddly | ||
* | update deps | Joey Hess | 2012-07-26 |
| | | | | | | Note that here I don't need blaze-markup for cabal to succeed, but Jimmy reports he does. Seems like Text.Blaze.Renderer.String moved from blaze to blaze-markup in some version. | ||
* | update build deps | Joey Hess | 2012-07-26 |
| | |||
* | build fixes | Joey Hess | 2012-07-25 |
| | |||
* | run yesod, and launch webapp on startup | Joey Hess | 2012-07-25 |
| | |||
* | Merge branch 'master' into assistant | Joey Hess | 2012-07-25 |
|\ | | | | | | | | | Conflicts: Makefile | ||
| * | reorg | Joey Hess | 2012-07-24 |
| | | |||
* | | update | Joey Hess | 2012-07-19 |
|/ | |||
* | Version build dependency on STM, and allow building without it, which ↵ | Joey Hess | 2012-06-26 |
| | | | | disables the watch command. | ||
* | make inotify a build flag etc | Joey Hess | 2012-06-17 |
| | |||
* | check lsof at runtime | Joey Hess | 2012-06-16 |
| | |||
* | add lsof build deps | Joey Hess | 2012-06-15 |
| | | | | | Check for it in configure; and add a --force option for people without it who want to live dangerously. | ||
* | Merge branch 'master' into watch | Joey Hess | 2012-06-15 |
|\ | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2012-06-15 |
| | | |||
* | | update | Joey Hess | 2012-06-10 |
| | | |||
| * | Remove INSTALL note about man pages. | Nathan Collins | 2012-06-06 |
| | | |||
| * | Make standalone man-page installation possible | Nathan Collins | 2012-06-05 |
| | | | | | | | | | | | | The `cabal install git-annex` doesn't install the man pages, and the Makefile only installed the man pages as part of a full build/install. So, I factored out the documentation parts of the Makefile. | ||
* | | add hinotify dependencies | Joey Hess | 2012-06-04 |
|/ | |||
* | gentoo | Joey Hess | 2012-05-02 |
| | |||
* | the no-s3 branch is not needed, and there is a new no-ifelse branch | Joey Hess | 2012-04-16 |
| | |||
* | move manual cabal install into its own page, and simplify it | Joey Hess | 2012-04-13 |
| | |||
* | (no commit message) | http://mildred.pip.verisignlabs.com/ | 2012-04-13 |
| | |||
* | Installation by hand using cabal / Setup.hs | http://mildred.pip.verisignlabs.com/ | 2012-04-13 |
| | |||
* | autocorrection | Joey Hess | 2012-04-12 |
| | | | | | | | git-annex (but not git-annex-shell) supports the git help.autocorrect configuration setting, doing fuzzy matching using the restricted Damerau-Levenshtein edit distance, just as git does. This adds a build dependency on the haskell edit-distance library. | ||
* | finish bloom filters | Joey Hess | 2012-03-12 |
| | | | | | | | | Add tuning, docs, etc. Not sure if status is the right place to remote size.. perhaps unused should report the size and also warn if it sees more keys than the bloom filter allows? | ||
* | note 7.4 needed | Joey Hess | 2012-02-04 |
| | |||
* | remove Utility.Conditional and use IfElse | Joey Hess | 2012-01-24 |
| | | | | | | | This drops the >>! and >>? with the nice low fixity. IfElse does have undocumented >>=>>! and >>=>>? operators, but I deem that too fishy. Anyway, using whenM and unlessM is easier; I sometimes mixed the operators up. | ||
* | Added NixOS to the list of distributions that support git-annex. | http://peter-simons.myopenid.com/ | 2012-01-13 |
| | |||
* | move windows support to a todo item | Joey Hess | 2012-01-13 |
| | | | | not holding my breath on this one.. |