summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix real underlaying cause, and fix test suite to not skip it0.17Gravatar Joey Hess2011-01-09
|
* bugfix: Fix crash caused by a symlink in the repo with link text ending in a ↵Gravatar Joey Hess2011-01-09
| | | | "/". (Thanks Henrik for reporting.)
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg2011-01-09
|
* (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg2011-01-09
|
* copyright yearsGravatar Joey Hess2011-01-08
|
* New migrate subcommand can be used to switch files to using a different ↵Gravatar Joey Hess2011-01-08
| | | | backend, safely and with no duplication of content.
* unannex: Now skips files whose content is not present, rather than it being ↵Gravatar Joey Hess2011-01-08
| | | | an error. This allows gradual conversion from one backend to another by running unannex followed by add in each repository.
* add another test and improve error handlingGravatar Joey Hess2011-01-08
|
* add news item for git-annex 0.16Gravatar Joey Hess2011-01-07
|
* mention test suiteGravatar Joey Hess2011-01-07
|
* moreGravatar Joey Hess2011-01-07
|
* Test suite improvements. Current top-level test coverage: 65%Gravatar Joey Hess2011-01-07
|
* quiet git commitsGravatar Joey Hess2011-01-07
|
* clarifyGravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-07
|
* workaround ghc weirdness with -odirGravatar Joey Hess2011-01-07
| | | | | | The option cause it to always build to build/Main.o, no matter what binary it was building. This caused extra work, and in some cases, could cause the wrong code to be put into the final binary.
* simplifyGravatar Joey Hess2011-01-07
|
* various test fixesGravatar Joey Hess2011-01-07
|
* bugfix: Running `copy --to` when both local and remote had the key dropped ↵Gravatar Joey Hess2011-01-07
| | | | it from local.
* bugfix: Running `move --to` with a non-ssh remote failed.Gravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-07
|
* more testsGravatar Joey Hess2011-01-06
|
* more testsGravatar Joey Hess2011-01-06
|
* make test suite link in git-annex's commands and run directlyGravatar Joey Hess2011-01-06
| | | | this way, test coverage works
* added some toplevel git-annex subcommand testsGravatar Joey Hess2011-01-06
| | | | note that test coverage doesn't work for those yet
* git annex initGravatar Joey Hess2011-01-06
|
* git-annex setupGravatar Joey Hess2011-01-06
|
* message tweakedGravatar Joey Hess2011-01-05
|
* tweak messageGravatar Joey Hess2011-01-05
|
* remove file before running cpGravatar Joey Hess2011-01-04
| | | | | This way, if a temp file was left behind, and permissions don't allow it to be written, cp won't fail.
* fix reversion in annex-ignoredGravatar Joey Hess2011-01-04
|
* add more testsGravatar Joey Hess2011-01-04
|
* cleanupGravatar Joey Hess2011-01-04
|
* add testcoverage target using hpcGravatar Joey Hess2011-01-04
| | | | added a test for key read and show
* bugfix: Running `move --to` with a remote whose UUID was not yet knownGravatar Joey Hess2011-01-04
| | | | | | | | | * bugfix: Running `move --to` with a remote whose UUID was not yet known could result in git-annex not recording on the local side where the file was moved to. This could not result in data loss, or even a significant problem, since the remote *did* record that it had the file. * Also, add a general guard to detect attempts to record information about repositories with missing UUIDs.
* git-annex-shell: Avoid exposing any git repo config except for the ↵Gravatar Joey Hess2011-01-04
| | | | annex.uuid when doing configlist.
* expandGravatar Joey Hess2011-01-04
|
* reorgGravatar Joey Hess2011-01-04
|
* refactorGravatar Joey Hess2011-01-04
|
* add a check for unknown UUID when loggingGravatar Joey Hess2011-01-04
|
* fixedGravatar Joey Hess2011-01-04
|
* add news item for git-annex 0.15Gravatar Joey Hess2010-12-31
|
* releasing version 0.150.15Gravatar Joey Hess2010-12-31
|
* support ssh urls containing "~", and relative user:pathGravatar Joey Hess2010-12-31
|
* git-annex-shell makes this more tractableGravatar Joey Hess2010-12-31
|
* git-annex-shell can now be used as a login shellGravatar Joey Hess2010-12-31
|
* remove debugGravatar Joey Hess2010-12-31
|
* updateGravatar Joey Hess2010-12-31
|
* Now rsync is exclusively used for copying files to and from remotes. scp is ↵Gravatar Joey Hess2010-12-31
| | | | not longer supported.
* git-annex-shell now exclusively used for all remote accessGravatar Joey Hess2010-12-31
|