summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* releasing version 3.201204183.20120418Gravatar Joey Hess2012-04-18
|
* use LANGUAGE CPP pragma, avoids running cpp on all the other sourcesGravatar Joey Hess2012-04-17
|
* the no-s3 branch is not needed, and there is a new no-ifelse branchGravatar Joey Hess2012-04-16
|
* always run autocorrect code on fuzzy matches, even if there is just 1Gravatar Joey Hess2012-04-14
|
* compute distance in correct directionGravatar Joey Hess2012-04-14
|
* make cabal test work againGravatar Joey Hess2012-04-14
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-14
|\
* | cabal file now autodetects whether S3 support is available.Gravatar Joey Hess2012-04-14
| |
* | cabal now installs git-annex-shell as a symlink to git-annex.Gravatar Joey Hess2012-04-14
| |
* | import jugglingGravatar Joey Hess2012-04-14
| |
| * Added a commentGravatar http://cgray.myopenid.com/2012-04-14
| |
| * Merge branch 'master' of /home/b-git-annex/sourceGravatar admin2012-04-13
| |\ | |/ |/|
| * Comment moderationGravatar http://joey.kitenet.net/2012-04-13
| |
* | add a missing stepGravatar Joey Hess2012-04-13
|/
* updateGravatar Joey Hess2012-04-13
|
* pastoGravatar Joey Hess2012-04-13
|
* linkGravatar Joey Hess2012-04-13
|
* markupGravatar Joey Hess2012-04-13
|
* moveGravatar Joey Hess2012-04-13
|
* add some embedded tweetsGravatar Joey Hess2012-04-13
|
* wrapGravatar Joey Hess2012-04-13
|
* link to fedora ITP bugGravatar Joey Hess2012-04-13
|
* add cabal command to install build depsGravatar Joey Hess2012-04-13
|
* Renamed diskfree.c to avoid OSX case insensativity bug.Gravatar Joey Hess2012-04-13
|
* download updatesGravatar Joey Hess2012-04-13
|
* word wrapGravatar Joey Hess2012-04-13
|
* move manual cabal install into its own page, and simplify itGravatar Joey Hess2012-04-13
|
* update with manual git clone, and ghc7.0 buildGravatar Joey Hess2012-04-13
| | | | Seems that Fedora is going to ship with an outdated GHC. Pity.
* rename bugs/sensitive.mdwn to bugs/case-insensitive.mdwnGravatar https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo2012-04-13
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm2AOTJmbCbGvmW5fxACaREraMnEVrCofo2012-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
|
* Added a comment: Thank you a lotGravatar http://mildred.pip.verisignlabs.com/2012-04-13
|
* add a todo itemGravatar Joey Hess2012-04-12
|
* allow add or del events to be ignoredGravatar Joey Hess2012-04-12
|
* allow excluding directories from being watchedGravatar Joey Hess2012-04-12
|
* don't fall over broken linksGravatar Joey Hess2012-04-12
|
* put in a warning so I remember to look at thisGravatar Joey Hess2012-04-12
|
* 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.
* version dyslexiaGravatar Joey Hess2012-04-12
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-04-12
|\
| * Added a commentGravatar http://joey.kitenet.net/2012-04-12
| |
* | encourage bugs reports be posted to the right placeGravatar Joey Hess2012-04-12
| |
| * Added a comment: Manually fixing links doesn't even workGravatar http://mildred.pip.verisignlabs.com/2012-04-12
| |
| * (no commit message)Gravatar http://mildred.pip.verisignlabs.com/2012-04-12
|/
* add waitForTerminationGravatar Joey Hess2012-04-11
|
* recursive inotify thingGravatar Joey Hess2012-04-11
| | | | | | | | | | | | | | | Recursive inotify has beaten me before, with its bad design and races, but not this time! (I think.) This is able to follow the strongest filesystem traffic I can throw at it, and robustly notices every file add and delete. Mostly that's down to Haskell having a quite nice threaded inotify library (that does its own buffering). A key insight was realizing that the inotify directory add race could be dealt with by scanning for files inside newly added directories. TODO: Add support for freebsd/osx kqueue; see http://hackage.haskell.org/package/kqueue Can a git-annex-monitor be far off?
* updateGravatar Joey Hess2012-04-11
|
* bup: Properly handle key names with spaces or other things that are not ↵Gravatar Joey Hess2012-04-11
| | | | | | | | legal git refs. Continue using the key name as bup ref name, to preserve backwards compatability, unless it is an illegal git ref. In that case, use a sha256 of the key name instead.
* nicer style; also empty refs are implicitly not allowedGravatar Joey Hess2012-04-11
|