summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* releasing version 0.190.19Gravatar Joey Hess2011-01-28
|
* Improved temp file handlingGravatar Joey Hess2011-01-28
| | | | | | | * Improved temp file handling. Transfers of content can now be resumed from temp files later; the resume does not have to be the immediate next git-annex run. * unused: Include partially transferred content in the list.
* better warnings displayGravatar Joey Hess2011-01-26
|
* drop: suppprt untrusted reposGravatar Joey Hess2011-01-26
|
* fsck: handle untrusted reposGravatar Joey Hess2011-01-26
|
* move partitioning out of keyPossibilitiesGravatar Joey Hess2011-01-26
| | | | And a bug fix in passing.
* trust setting improvementsGravatar Joey Hess2011-01-26
|
* document 3-level trustGravatar Joey Hess2011-01-26
|
* rework config storageGravatar Joey Hess2011-01-26
| | | | | | | Moved away from a map of flags to storing config directly in the AnnexState structure. Got rid of most accessor functions in Annex. This allowed supporting multiple --exclude flags.
* Support using the uuidgen command if the uuid command is not available.Gravatar Joey Hess2011-01-19
|
* releasing version 0.180.18Gravatar Joey Hess2011-01-14
|
* unlock: Fix behavior when file content is not present.Gravatar Joey Hess2011-01-13
|
* DEP5Gravatar Joey Hess2011-01-13
|
* test unused et alGravatar Joey Hess2011-01-12
|
* migrate: Fix support for --backend option.Gravatar Joey Hess2011-01-11
|
* test migrate; 75%Gravatar Joey Hess2011-01-11
|
* updateGravatar Joey Hess2011-01-11
|
* fsck: Fix bug in moving of corrupted files to .git/annex/bad/Gravatar Joey Hess2011-01-11
|
* Bugfix: `copy --to` and `move --to` forgot to stage location log changes ↵Gravatar Joey Hess2011-01-11
| | | | after transferring the file to the remote repository. (Did not affect ssh remotes.)
* 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.)
* 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 news item for git-annex 0.16Gravatar Joey Hess2011-01-07
|
* Test suite improvements. Current top-level test coverage: 65%Gravatar Joey Hess2011-01-07
|
* clarifyGravatar 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-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
* 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.
* releasing version 0.150.15Gravatar Joey Hess2010-12-31
|
* support ssh urls containing "~", and relative user:pathGravatar 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.
* wordingGravatar Joey Hess2010-12-29
|
* Fix bug in numcopies handling when a repoisitory has multiple remotes that ↵Gravatar Joey Hess2010-12-29
| | | | point to the same repository.
* noteGravatar Joey Hess2010-12-28
|
* Add trust and untrust subcommands, to allow configuring remotes that are ↵Gravatar Joey Hess2010-12-28
| | | | trusted to retain files without explicit checking.
* Support scp-style urls for remotes (host:path).Gravatar Joey Hess2010-12-28
|
* releasing version 0.140.14Gravatar Joey Hess2010-12-24
|
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
|
* Support upgrading from a v0 annex with nothing in it.Gravatar Joey Hess2010-12-20
|
* Bugfix to git annex unused in a repository with nothing yet annexed.Gravatar Joey Hess2010-12-20
|
* releasing version 0.130.13Gravatar Joey Hess2010-12-14
|
* Support remotes using git+ssh and ssh+git as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
|