summaryrefslogtreecommitdiff
path: root/configure.hs
Commit message (Collapse)AuthorAge
* hlint tweaksGravatar Joey Hess2011-07-15
| | | | Did all sources except Remotes/* and Command/*
* cabal sdist: plan CGravatar Joey Hess2011-07-02
|
* remove Extra-Source-Files nonsenseGravatar Joey Hess2011-07-01
| | | | will need to find a better way to make sdist work, this is not livable
* add a filelist for cabal sdistGravatar Joey Hess2011-06-30
| | | | | | | I hate hard-coded 40 kilobyte lone file lists, and just once would like to see a build system that does not assume it's a good idea to have a file list, or a hardcoded file list, or a file list that can only be generated with a crippled form of globs. But not today, thank you cabal.
* 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.
* gpg recommendedGravatar Joey Hess2011-04-16
|
* bup is now supported as a special type of remote.Gravatar Joey Hess2011-04-08
|
* refactorGravatar Joey Hess2011-04-08
|
* refactor away whichCmd and some other cleanupGravatar Joey Hess2011-04-07
|
* recognise differently-named shaN programsGravatar Fraser Tweedale2011-04-08
|
* Add version command to show git-annex version as well as repository version ↵Gravatar Joey Hess2011-03-19
| | | | information.
* check for curl in configure, thanks JimmyGravatar Joey Hess2011-03-17
|
* New backends: SHA512 SHA384 SHA256 SHA224Gravatar Joey Hess2011-03-01
|
* update unicode FilePath handlingGravatar Joey Hess2011-02-11
| | | | | | | | Based on http://hackage.haskell.org/trac/ghc/ticket/3307 , whether FilePath contains decoded unicode varies by OS. So, add a configure check for it. Also, renamed showFile to filePathToString
* configure: Check for sha1sum.0.20Gravatar Joey Hess2011-02-08
|
* refactorGravatar Joey Hess2011-01-19
|
* Support using the uuidgen command if the uuid command is not available.Gravatar Joey Hess2011-01-19
|
* unfinished switch to using git-annex-shellGravatar Joey Hess2010-12-30
|
* Rsync will now be used to resume interrupted/failed partial file transfers ↵Gravatar Joey Hess2010-12-02
| | | | from a remote.
* tweakGravatar Joey Hess2010-11-27
|
* hlint tweaksGravatar Joey Hess2010-11-22
| | | | Remotes.hs next, and also Backend/* and Command/*
* add tests for uuid and xargs -0Gravatar Joey Hess2010-11-18
|
* tweakGravatar Joey Hess2010-11-18
|
* tweakGravatar Joey Hess2010-11-18
|
* Only use cp -a if it is supported, falling back to cp -p or plain cp.Gravatar Joey Hess2010-11-18
| | | | | * cp --reflink=auto is used if supported, and will make git annex unlock much faster on filesystems like btrfs that support copy of write.
* Add configure step to build process.Gravatar Joey Hess2010-11-18
* configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used.