summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* forgot to addGravatar Joey Hess2013-05-25
|
* fix handling of Not in the matcherGravatar Joey Hess2013-05-25
|
* content: New command line way to view and configure a repository's preferred ↵Gravatar Joey Hess2013-05-25
| | | | content settings.
* Improve error handling when getting uuid of http remotes to auto-ignore, ↵Gravatar Joey Hess2013-05-25
| | | | like with ssh remotes.
* Added a commentGravatar http://joeyh.name/2013-05-25
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-25
|\
* | assistant: Work around git-cat-file's not reloading the index after files ↵Gravatar Joey Hess2013-05-25
| | | | | | | | | | | | are staged. Argh.
* | remove debug printGravatar Joey Hess2013-05-25
| |
* | refactorGravatar Joey Hess2013-05-24
| |
* | Fix bug in parsing of parens in some preferred content expressions. This ↵Gravatar Joey Hess2013-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes the behavior of the manual mode group. The current manual mode preferred content expression is: "present and (((exclude=*/archive/* and exclude=archive/*) or (not (copies=archive:1 or copies=smallarchive:1))) or (not copies=semitrusted+:1))" The old matcher misparsed this, to basically: OR (present and (...)) (not copies=semitrusted+:1)) The paren handling and indeed the whole conversion from tokens to the matcher was just wrong. The new way may not be the cleverest, but I think it is correct, and you can see how it pattern matches structurally against the expressions when parsing them. That expression is now parsed to: MAnd (MOp <function>) (MOr (MOr (MAnd (MOp <function>) (MOp <function>)) (MNot (MOr (MOp <function>) (MOp <function>)))) (MNot (MOp <function>))) Which appears correct, and behaves correct in testing. Also threw in a simplifier, so the final generated Matcher has less unnecessary clutter in it. Mostly so that I could more easily read & confirm them. Also, added a simple test of the Matcher to the test suite. There is a small chance of badly formed preferred content expressions behaving differently than before due to this rewrite.
| * removedGravatar http://a-or-b.myopenid.com/2013-05-25
| |
| * (no commit message)Gravatar http://a-or-b.myopenid.com/2013-05-25
| |
| * Added a comment: asking for ssh password in the terminal (not in web ui)Gravatar http://yarikoptic.myopenid.com/2013-05-24
| |
| * Added a comment: It starts after uninstall/installGravatar http://yarikoptic.myopenid.com/2013-05-24
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck2013-05-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA2013-05-24
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-24
|\
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
* | note about initremote --fastGravatar Joey Hess2013-05-24
| |
* | tagGravatar Joey Hess2013-05-24
| |
* | updateGravatar Joey Hess2013-05-24
| |
* | closeGravatar Joey Hess2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA2013-05-24
| |
| * Added a commentGravatar basak2013-05-24
| |
* | fix log filenameGravatar Joey Hess2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX82013-05-24
| |
* | fixedGravatar Joey Hess2013-05-24
| |
* | further restrict yesod versions, for people who have newer stuff installedGravatar Joey Hess2013-05-24
| |
| * Added a commentGravatar http://joeyh.name/2013-05-24
|/
* Added a comment: Problems with URL ending with ".git"Gravatar http://mildred.fr/2013-05-24
|
* Added a comment: 21-May-2013 still brokenGravatar https://www.google.com/accounts/o8/id?id=AItOawlcxKZHglATIiJXD7jcxfYhkhgeFmcVFqE2013-05-24
|
* Added a commentGravatar basak2013-05-24
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmu416zAYgYzbXVZAe30MiXoOWO4z6nGX82013-05-24
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA2013-05-24
|
* Added a comment: Still problems with my old N1/CM7Gravatar https://www.google.com/accounts/o8/id?id=AItOawkwjBDXkP9HAQKhjTgThGOxUa1B99y_WRA2013-05-24
|
* Added a commentGravatar http://joeyh.name/2013-05-24
|
* Added a comment: fresh buildGravatar http://yarikoptic.myopenid.com/2013-05-24
|
* Added a commentGravatar http://yarikoptic.myopenid.com/2013-05-24
|
* garGravatar Joey Hess2013-05-23
|
* better descriptionsGravatar Joey Hess2013-05-23
|
* (no commit message)Gravatar http://joeyh.name/2013-05-23
|
* Added a commentGravatar http://joeyh.name/2013-05-23
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2013-05-23
|\
* | blog for the dayGravatar Joey Hess2013-05-23
| |
* | fuzz testerGravatar Joey Hess2013-05-23
| |