summaryrefslogtreecommitdiff
path: root/doc/install.mdwn
Commit message (Collapse)AuthorAge
...
* check lsof at runtimeGravatar Joey Hess2012-06-16
|
* add lsof build depsGravatar Joey Hess2012-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 watchGravatar Joey Hess2012-06-15
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2012-06-15
| |
* | updateGravatar Joey Hess2012-06-10
| |
| * Remove INSTALL note about man pages.Gravatar Nathan Collins2012-06-06
| |
| * Make standalone man-page installation possibleGravatar Nathan Collins2012-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 dependenciesGravatar Joey Hess2012-06-04
|/
* gentooGravatar Joey Hess2012-05-02
|
* the no-s3 branch is not needed, and there is a new no-ifelse branchGravatar Joey Hess2012-04-16
|
* move manual cabal install into its own page, and simplify itGravatar Joey Hess2012-04-13
|
* (no commit message)Gravatar http://mildred.pip.verisignlabs.com/2012-04-13
|
* Installation by hand using cabal / Setup.hsGravatar http://mildred.pip.verisignlabs.com/2012-04-13
|
* autocorrectionGravatar Joey Hess2012-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 filtersGravatar Joey Hess2012-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 neededGravatar Joey Hess2012-02-04
|
* remove Utility.Conditional and use IfElseGravatar Joey Hess2012-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.Gravatar http://peter-simons.myopenid.com/2012-01-13
|
* move windows support to a todo itemGravatar Joey Hess2012-01-13
| | | | not holding my breath on this one..
* remove S3stub stuffGravatar Joey Hess2012-01-05
| | | | | Let's keep that in a no-s3 branch, which can be merged into eg, debian-stable.
* add arch linkGravatar Joey Hess2012-01-02
|
* Merge branch 'new-monad-control'Gravatar Joey Hess2011-12-30
| | | | | Conflicts: debian/changelog
* add a page for openSUSE install instructionsGravatar http://adamspiers.myopenid.com/2011-12-24
|
* include --bindir in all cabal install examplesGravatar Joey Hess2011-09-25
|
* basic json supportGravatar Joey Hess2011-09-01
| | | | | | | | | | | | | | | | | | This includes a generic JSONStream library built on top of Text.JSON (somewhat hackishly). It would be possible to stream out a single json document describing all actions, but it's probably better for consumers if they can expect one json document per line, so I did it that way instead. Output from external programs used for transferring files is not currently hidden when outputting json, which probably makes it not very useful there. This may be dealt with if there is demand for json output for --get or --move to be parsable. The version, status, and find subcommands have hand-crafted output and don't do json. The whereis subcommand needs to be modified to produce useful json.
* The wget command will now be used in preference to curl, if available.Gravatar Joey Hess2011-08-27
| | | | Got tired of curl's various ugly progress bars.
* add monad-control to build dependsGravatar Joey Hess2011-07-07
| | | | Will use this to handle exceptions in the Annex monad, yay.
* Drop the dependency on the haskell curl bindings, use regular haskell HTTP.Gravatar Joey Hess2011-07-04
|
* reorderGravatar Joey Hess2011-07-02
|
* better cabal commandGravatar Joey Hess2011-07-02
| | | | (which will work once I upload to hackage)
* updates for web remote and removing URL backendGravatar Joey Hess2011-07-01
|
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-30
|\ | | | | | | | | Conflicts: debian/changelog
| * cabal can now be used to build git-annex.Gravatar Joey Hess2011-06-30
| | | | | | | | | | | | This is substantially slower than using make, does not build or install documentation, does not run the test suite, and is not particularly recommended, but could be useful to some.
* | freebsd port now availableGravatar Joey Hess2011-06-26
|/
* updateGravatar Joey Hess2011-06-02
|
* fixGravatar Joey Hess2011-06-02
|
* reformatGravatar Joey Hess2011-06-02
|
* add fedora install instructionsGravatar Joey Hess2011-06-02
|
* Revert "Use haskell Crypto library instead of haskell SHA library.a"Gravatar Joey Hess2011-04-26
| | | | | | | | | This reverts commit 892593c5efacbc084d19af4b5d7164ededaea7ff. Conflicts: Crypto.hs debian/control
* Use haskell Crypto library instead of haskell SHA library.aGravatar Joey Hess2011-04-21
| | | | Since hS3 needs Crypto anyway, this actually reduces dependencies.
* Add missing build dep on dataenc.Gravatar Joey Hess2011-04-17
|
* proper encrypted keysGravatar Joey Hess2011-04-16
| | | | | | For HMAC, using the Data.Digest.Pure.SHA library. I have been avoiding this library for checksumming generally, since it's (probably) not as fast as external utilities, but it's fine to use it for HMAC.
* gpg recommendedGravatar Joey Hess2011-04-16
|
* nasty hack to build when hS3 is not availableGravatar Joey Hess2011-03-30
| | | | | | | | | | | So, it would be nicer to just use Cabal and take advantage of its conditional compilation support. But, Cabal seems to lack good support for a package with an internal library that is used by multiple executables. It wants to build everything twice or more. That's too slow for me. Anyway, fairly soon, I expect to upgrade hS3 to a requirment, and I can just revert this.
* more S3 docsGravatar Joey Hess2011-03-29
|
* Did a fresh install of haskell-platform on a rhel5 32bit host and ↵Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-24
| | | | iinstalling HP, pcre-light, missingh wasnt enough to build git-annex
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus2011-03-17
|
* only enable SHA backends that configure finds support forGravatar Joey Hess2011-03-02
|
* more install notesGravatar Joey Hess2011-02-09
|
* configure: Check for sha1sum.0.20Gravatar Joey Hess2011-02-08
|