Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | compute distance in correct direction | Joey Hess | 2012-04-14 |
| | |||
* | 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. |