aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* test encrypted special remoteGravatar Joey Hess2011-12-20
| | | | | This involved adding a test harness to run gpg with a dummy key, and lots of fun.
* split out Utility.Gpg with the generic gpg interface, from CryptoGravatar Joey Hess2011-12-20
|
* make gpg code more genericGravatar Joey Hess2011-12-20
|
* updateGravatar Joey Hess2011-12-20
|
* commentGravatar Joey Hess2011-12-20
|
* Added a comment: Good question!Gravatar http://joey.kitenet.net/2011-12-20
|
* (no commit message)Gravatar Ian2011-12-20
|
* Test suite improvements. Current top-level test coverage: 68%Gravatar Joey Hess2011-12-20
| | | | Been higher before, but a lot of new code has been added.
* map: --fast disables use of dot to display mapGravatar Joey Hess2011-12-20
| | | | Generally useful, and allows the test suite to test it.
* add basic tests for some of the newer commandsGravatar Joey Hess2011-12-20
| | | | | For most this just makes sure they run successfully, and improves test coverage statistics; it's hard to test the output of eg, find and status.
* noteGravatar Joey Hess2011-12-20
|
* cleanup backend used when reversing migrationGravatar Joey Hess2011-12-20
| | | | | WORM is no longer the starting backend, so let's really reverse, getting back to SHA256.
* run annex monad in quiet mode when testingGravatar Joey Hess2011-12-20
| | | | This cleans up the merging messages.
* fix commentGravatar Joey Hess2011-12-20
|
* remove seemingly unneeded dependenciesGravatar Joey Hess2011-12-20
|
* factor out -qGravatar Joey Hess2011-12-20
|
* add tests of directory and rsync special remotesGravatar Joey Hess2011-12-20
|
* added a test of the hook special remoteGravatar Joey Hess2011-12-20
|
* use Common in a few more modulesGravatar Joey Hess2011-12-20
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-20
|\
* | Fix the hook special remote, which bitrotted a while ago.Gravatar Joey Hess2011-12-20
| |
* | amusing nameGravatar Joey Hess2011-12-20
| | | | | | | | | | This is both a partial Prelude that conflicts with the real one, and a way to guard against the Prelude's partial functions.
| * Added a commentGravatar http://joey.kitenet.net/2011-12-20
| |
| * Added a commentGravatar http://adamspiers.myopenid.com/2011-12-20
| |
| * Added a commentGravatar http://www.joachim-breitner.de/2011-12-19
|/
* closeGravatar Joey Hess2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a commentGravatar http://joey.kitenet.net/2011-12-19
|
* Added a comment: extra level of indirectionGravatar http://adamspiers.myopenid.com/2011-12-19
|
* Added a commentGravatar http://www.joachim-breitner.de/2011-12-18
|
* fix syntaxGravatar Joachim Breitner2011-12-18
|
* fix syntaxGravatar Joachim Breitner2011-12-18
|
* Added a commentGravatar http://www.joachim-breitner.de/2011-12-18
|
* (no commit message)Gravatar http://www.joachim-breitner.de/2011-12-18
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmKPMUX0YHBjE93eBsEnacwZsddSDue3PY2011-12-18
|
* add back messageGravatar Joey Hess2011-12-16
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2011-12-16
|\
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawm_-2XlXNyd6cCLI4n_jaBNqVUOWwJquko2011-12-16
| |
* | simplifyGravatar Joey Hess2011-12-15
| |
| * (no commit message)Gravatar http://gebi.myopenid.com/2011-12-16
| |
* | moveGravatar Joey Hess2011-12-15
| |
* | more partial function removalGravatar Joey Hess2011-12-15
| | | | | | | | | | Left a few Prelude.head's in where it was checked not null and too hard to remove, etc.
* | remove some partial functionsGravatar Joey Hess2011-12-15
| | | | | | | | | | A few were too hard to get rid of, and safe since the code does check for an empty line.
* | add beginning, endGravatar Joey Hess2011-12-15
| | | | | | | | Safe versions of init and last
* | avoid partial functionGravatar Joey Hess2011-12-15
| |
* | avoid partial function, and parse git-ref output betterGravatar Joey Hess2011-12-15
| | | | | | | | | | It's possible that a ref name might contain a space, this properly preserves the space.
* | avoid partial head functionGravatar Joey Hess2011-12-15
| | | | | | | | (although it was used safely)
* | avoid partial functions, and added check for correct sha contentGravatar Joey Hess2011-12-15
| |
* | fix typesGravatar Joey Hess2011-12-15
| |