Commit graph

3547 commits

Author SHA1 Message Date
Joey Hess
52a158a7c6 autocorrection
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.
2012-04-12 15:37:21 -04:00
Joey Hess
fa45175210 version dyslexia 2012-04-12 12:37:19 -04:00
Joey Hess
262b773b8f Merge branch 'master' of ssh://git-annex.branchable.com 2012-04-12 12:32:37 -04:00
http://joey.kitenet.net/
d819c305b1 Added a comment 2012-04-12 16:29:58 +00:00
Joey Hess
08d9a4df0f encourage bugs reports be posted to the right place 2012-04-12 12:25:09 -04:00
http://mildred.pip.verisignlabs.com/
5d0d9c791c Added a comment: Manually fixing links doesn't even work 2012-04-12 15:46:54 +00:00
http://mildred.pip.verisignlabs.com/
1625fed6e8 2012-04-12 15:42:26 +00:00
Joey Hess
1f34bf9acb add waitForTermination 2012-04-11 20:28:01 -04:00
Joey Hess
b133a76f96 recursive inotify thing
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?
2012-04-11 20:09:38 -04:00
Joey Hess
037961aa5d update 2012-04-11 14:22:59 -04:00
Joey Hess
c924542e61 bup: Properly handle key names with spaces or other things that are not 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.
2012-04-11 12:45:49 -04:00
Joey Hess
378f61d0ef nicer style; also empty refs are implicitly not allowed 2012-04-11 12:29:31 -04:00
Joey Hess
0be6ebb0aa added a git ref legality checker
git-check-ref-format is .. wow. Good design on one level, but what a mess.
2012-04-11 12:21:54 -04:00
Joey Hess
028972c80f move bug report to right place; analysis 2012-04-11 12:00:39 -04:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
2d3efab70d 2012-04-11 09:42:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
6e128936bc 2012-04-11 09:39:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
7b8d8daece 2012-04-11 09:38:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
e27934c42e 2012-04-11 09:37:52 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
14ec54118b 2012-04-11 09:37:26 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
6b07fb19da 2012-04-11 09:37:06 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
af61a5f986 2012-04-11 09:36:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
75ff4f77b2 removed 2012-04-10 16:30:09 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
767ab5fc73 Added a comment 2012-04-10 16:29:35 +00:00
http://joey.kitenet.net/
dce77e9e2b Added a comment 2012-04-10 16:05:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawlxg9HfyLFn0E87p8Em9P5G9YBUr8JYrkE
83ab75fd48 2012-04-10 15:01:35 +00:00
Joey Hess
182778d664 bugfix: Adding a dotfile also caused all non-dotfiles to be added.
When only a dotfile was specified, the list of non-dotfiles was empty,
triggering the fallback behavior of finding all files.
2012-04-08 12:25:54 -04:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
4309f363fb 2012-04-08 15:49:07 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w
e49f7ea62f 2012-04-08 15:47:29 +00:00
Joey Hess
713ce1e623 add news item for git-annex 3.20120406 2012-04-07 15:59:05 -04:00
Joey Hess
29acf62ba3 releasing version 3.20120406 2012-04-07 15:58:13 -04:00
Joey Hess
62c69e7e25 Disable diskfree on kfreebsd, as I have a build failure on kfreebsd-i386 that is quite likely caused by it. 2012-04-07 15:50:34 -04:00
Joey Hess
fcc08c59ec use unabbreviated size units in status 2012-04-06 14:54:41 -04:00
Joey Hess
1424186c0b cabal says I need a tighter version of cabal to use test-suite 2012-04-05 16:39:50 -04:00
Joey Hess
e3150ead42 add news item for git-annex 3.20120405 2012-04-05 16:38:46 -04:00
Joey Hess
16acc507f3 releasing version 3.20120405 2012-04-05 16:37:44 -04:00
Joey Hess
62005d294e room for a few more feed items 2012-04-05 14:53:53 -04:00
Joey Hess
9924e44c11 close old bug with no followup 2012-04-03 12:30:41 -04:00
Joey Hess
69d58892e8 update sharebox urls to new project 2012-04-01 20:34:09 -04:00
http://adamspiers.myopenid.com/
e418cc92f4 Added a comment: re-annexing previously annexed files 2012-03-29 21:41:55 +00:00
http://joey.kitenet.net/
ae1734e7e8 2012-03-29 01:05:12 +00:00
http://joey.kitenet.net/
20313b3292 Added a comment: ghc 7.0 2012-03-28 19:18:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkEUhIcw37X2Kh-dznSMIb9Vgcq0frfdWs
180a6ef3da Added a comment: GHC 7 2012-03-28 19:06:52 +00:00
Joey Hess
ef74908fe7 expand 2012-03-24 19:46:11 -04:00
Joey Hess
63d3b2a62e autoload Common too in ghci 2012-03-24 17:25:47 -04:00
Joey Hess
bb71305088 add a .ghci file to make ghci easier to use in git-annex 2012-03-24 17:21:03 -04:00
Joey Hess
a398db7885 update 2012-03-24 11:58:22 -04:00
Joey Hess
0e6e840a2a Revert "avoid rewriting SysConfig.hs with identical contents"
That made the Makefile want to rebuild the file each time if it's
dependencies were newer, as it was not updated.
2012-03-23 12:43:21 -04:00
Joey Hess
b9098a3e37 update cabal file for recent changes
also wired the test suite into cabal
2012-03-23 12:42:22 -04:00
Joey Hess
981e1ab43d avoid rewriting SysConfig.hs with identical contents
This avoids some compliation when when reconfiguring.
2012-03-23 12:39:14 -04:00
Joey Hess
ff62bc5151 fix use of Configure 2012-03-23 12:24:40 -04:00