Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | releasing version 0.190.19 | Joey Hess | 2011-01-28 |
| | |||
* | Improved temp file handling | Joey Hess | 2011-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 display | Joey Hess | 2011-01-26 |
| | |||
* | drop: suppprt untrusted repos | Joey Hess | 2011-01-26 |
| | |||
* | fsck: handle untrusted repos | Joey Hess | 2011-01-26 |
| | |||
* | move partitioning out of keyPossibilities | Joey Hess | 2011-01-26 |
| | | | | And a bug fix in passing. | ||
* | trust setting improvements | Joey Hess | 2011-01-26 |
| | |||
* | document 3-level trust | Joey Hess | 2011-01-26 |
| | |||
* | rework config storage | Joey Hess | 2011-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. | Joey Hess | 2011-01-19 |
| | |||
* | releasing version 0.180.18 | Joey Hess | 2011-01-14 |
| | |||
* | unlock: Fix behavior when file content is not present. | Joey Hess | 2011-01-13 |
| | |||
* | test unused et al | Joey Hess | 2011-01-12 |
| | |||
* | migrate: Fix support for --backend option. | Joey Hess | 2011-01-11 |
| | |||
* | test migrate; 75% | Joey Hess | 2011-01-11 |
| | |||
* | update | Joey Hess | 2011-01-11 |
| | |||
* | fsck: Fix bug in moving of corrupted files to .git/annex/bad/ | Joey Hess | 2011-01-11 |
| | |||
* | Bugfix: `copy --to` and `move --to` forgot to stage location log changes ↵ | Joey Hess | 2011-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.17 | Joey Hess | 2011-01-09 |
| | |||
* | bugfix: Fix crash caused by a symlink in the repo with link text ending in a ↵ | Joey Hess | 2011-01-09 |
| | | | | "/". (Thanks Henrik for reporting.) | ||
* | New migrate subcommand can be used to switch files to using a different ↵ | Joey Hess | 2011-01-08 |
| | | | | backend, safely and with no duplication of content. | ||
* | unannex: Now skips files whose content is not present, rather than it being ↵ | Joey Hess | 2011-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.16 | Joey Hess | 2011-01-07 |
| | |||
* | Test suite improvements. Current top-level test coverage: 65% | Joey Hess | 2011-01-07 |
| | |||
* | clarify | Joey Hess | 2011-01-07 |
| | |||
* | bugfix: Running `copy --to` when both local and remote had the key dropped ↵ | Joey Hess | 2011-01-07 |
| | | | | it from local. | ||
* | bugfix: Running `move --to` with a non-ssh remote failed. | Joey Hess | 2011-01-07 |
| | |||
* | more tests | Joey Hess | 2011-01-06 |
| | |||
* | more tests | Joey Hess | 2011-01-06 |
| | |||
* | make test suite link in git-annex's commands and run directly | Joey Hess | 2011-01-06 |
| | | | | this way, test coverage works | ||
* | added some toplevel git-annex subcommand tests | Joey Hess | 2011-01-06 |
| | | | | note that test coverage doesn't work for those yet | ||
* | bugfix: Running `move --to` with a remote whose UUID was not yet known | Joey Hess | 2011-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 ↵ | Joey Hess | 2011-01-04 |
| | | | | annex.uuid when doing configlist. | ||
* | releasing version 0.150.15 | Joey Hess | 2010-12-31 |
| | |||
* | support ssh urls containing "~", and relative user:path | Joey Hess | 2010-12-31 |
| | |||
* | update | Joey Hess | 2010-12-31 |
| | |||
* | Now rsync is exclusively used for copying files to and from remotes. scp is ↵ | Joey Hess | 2010-12-31 |
| | | | | not longer supported. | ||
* | wording | Joey Hess | 2010-12-29 |
| | |||
* | Fix bug in numcopies handling when a repoisitory has multiple remotes that ↵ | Joey Hess | 2010-12-29 |
| | | | | point to the same repository. | ||
* | note | Joey Hess | 2010-12-28 |
| | |||
* | Add trust and untrust subcommands, to allow configuring remotes that are ↵ | Joey Hess | 2010-12-28 |
| | | | | trusted to retain files without explicit checking. | ||
* | Support scp-style urls for remotes (host:path). | Joey Hess | 2010-12-28 |
| | |||
* | releasing version 0.140.14 | Joey Hess | 2010-12-24 |
| | |||
* | Avoid multiple calls to git ls-files when passed eg, "*". | Joey Hess | 2010-12-23 |
| | |||
* | Support upgrading from a v0 annex with nothing in it. | Joey Hess | 2010-12-20 |
| | |||
* | Bugfix to git annex unused in a repository with nothing yet annexed. | Joey Hess | 2010-12-20 |
| | |||
* | releasing version 0.130.13 | Joey Hess | 2010-12-14 |
| | |||
* | Support remotes using git+ssh and ssh+git as protocol. Closes: #607056 | Joey Hess | 2010-12-14 |
| | |||
* | Support remotes using git+ssh:// as protocol. Closes: #607056 | Joey Hess | 2010-12-14 |
| | |||
* | Fix upgrade from 0.03. | Joey Hess | 2010-12-13 |
| |