Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | trust setting improvements | Joey Hess | 2011-01-26 |
| | |||
* | implement 3 level trust storage in trust.log | Joey Hess | 2011-01-26 |
| | |||
* | document 3-level trust | Joey Hess | 2011-01-26 |
| | |||
* | more | Joey Hess | 2011-01-26 |
| | |||
* | update | Joey Hess | 2011-01-26 |
| | |||
* | add | Joey Hess | 2011-01-26 |
| | |||
* | mention git-media | Joey Hess | 2011-01-26 |
| | |||
* | add | 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. | ||
* | document interaction of annex-ignore with --from/--to | Joey Hess | 2011-01-25 |
| | |||
* | Support using the uuidgen command if the uuid command is not available. | Joey Hess | 2011-01-19 |
| | |||
* | no attachments w/o admin, copy/pasting instead | http://christian.amsuess.com/chrysn | 2011-01-19 |
| | |||
* | small helper script for reflecting git-annex-add on rsync-style backups | http://christian.amsuess.com/chrysn | 2011-01-19 |
| | |||
* | (no commit message) | http://jcftang.myopenid.com/ | 2011-01-19 |
| | |||
* | (no commit message) | http://jcftang.myopenid.com/ | 2011-01-19 |
| | |||
* | bug | Joey Hess | 2011-01-18 |
| | |||
* | add news item for git-annex 0.18 | Joey Hess | 2011-01-14 |
| | |||
* | clarify default values when no path is specified | Joey Hess | 2011-01-13 |
| | | | | | Much of the code to handle this was unnecessary, as git ls-files is used, and defaults to returning all files of the desired type. | ||
* | close bug | Joey Hess | 2011-01-09 |
| | |||
* | release | 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.) | ||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg | 2011-01-09 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmlUJkSWTkiWuwzwilXh1Wd3jg8I33iTQg | 2011-01-09 |
| | |||
* | 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 |
| | |||
* | mention test suite | Joey Hess | 2011-01-07 |
| | |||
* | message tweaked | Joey Hess | 2011-01-05 |
| | |||
* | expand | Joey Hess | 2011-01-04 |
| | |||
* | fixed | Joey Hess | 2011-01-04 |
| | |||
* | add news item for git-annex 0.15 | Joey Hess | 2010-12-31 |
| | |||
* | support ssh urls containing "~", and relative user:path | Joey Hess | 2010-12-31 |
| | |||
* | git-annex-shell makes this more tractable | 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. | ||
* | git-annex-shell now exclusively used for all remote access | Joey Hess | 2010-12-31 |
| | |||
* | unfinished switch to using git-annex-shell | Joey Hess | 2010-12-30 |
| | |||
* | git-annex-shell mostly done now, only needs 2 more subcommands | Joey Hess | 2010-12-30 |
| | |||
* | add git-annex-shell command | Joey Hess | 2010-12-30 |
| | | | | This is not yet complete, as it does not allow starting rsync or scp. | ||
* | Revert walkthrough annex.backend change | Joey Hess | 2010-12-29 |
| | | | | | | | | | | | This reverts commit c74347a50879401f4661a16f059b3fc467c28989. I'm afraid that change was just all wrong. * The gitattributes setting is `annex.backend`. Not `annex.backends`. * `gitattributes` files need to start with a glob, which this commit removed. * git config's `annex.backends` is NOT the same as the gitattributes setting, and is not a knob that we should be encouraging users tweak. | ||
* | response | Joey Hess | 2010-12-29 |
| | |||
* | already exists | Joey Hess | 2010-12-29 |
| | |||
* | clarify | Joey Hess | 2010-12-29 |
| | |||
* | (no commit message) | praet | 2010-12-30 |
| | |||
* | (no commit message) | praet | 2010-12-30 |
| | |||
* | (no commit message) | praet | 2010-12-30 |
| | |||
* | (no commit message) | praet | 2010-12-29 |
| | |||
* | wording | Joey Hess | 2010-12-29 |
| | |||
* | things to do still | Joey Hess | 2010-12-28 |
| | |||
* | design for a git-annex-shell | 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. |