Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | updates for bare repo support | Joey Hess | 2011-03-03 |
| | |||
* | fsck: Check for and repair location log damage. | Joey Hess | 2011-03-02 |
| | |||
* | New backends: SHA512 SHA384 SHA256 SHA224 | Joey Hess | 2011-03-01 |
| | |||
* | Support filenames that start with a dash; when such a file is passed to a ↵ | Joey Hess | 2011-02-25 |
| | | | | utility it will be escaped to avoid it being interpreted as an option. | ||
* | Make test suite not rely on a working cp -pr. | Joey Hess | 2011-02-13 |
| | | | | (The Unix wars are still ON!) | ||
* | heh | Joey Hess | 2011-02-13 |
| | |||
* | Fix test suite to reap zombies. | Joey Hess | 2011-02-13 |
| | | | | | | | | I had not taken into account that the code was written to run git and leave zombies, for performance/laziness reasons, when I wrote the test suite. So rather than the typical 1 zombie process that git-annex develops, test developed dozens. Caused problems on system with low process limits. Added a reap function to GitRepo, that waits for any zombie child processes. | ||
* | releasing version 0.210.21 | Joey Hess | 2011-02-11 |
| | |||
* | Fix display of unicode filenames. | Joey Hess | 2011-02-10 |
| | | | | | | | | | Internally, the filenames are stored as un-decoded unicode. I tried decoding them, but then haskell tries to access the wrong files. Hmm. So, I've unhappily chosen option "B", which is to decode filenames before they are displayed. | ||
* | test: Set git user name and email in case git can't guess values. | Joey Hess | 2011-02-09 |
| | |||
* | unannex: Fix recently introduced bug when attempting to unannex more than ↵ | Joey Hess | 2011-02-09 |
| | | | | one file at a time. | ||
* | test: Don't rely on chmod -R working. | Joey Hess | 2011-02-09 |
| | | | | Sometimes I wish I could give all my users a real OS. | ||
* | configure: Check for sha1sum.0.20 | Joey Hess | 2011-02-08 |
| | |||
* | Deal with the mtl/monads-fd conflict. | Joey Hess | 2011-02-08 |
| | |||
* | new map subcommand, basically working | Joey Hess | 2011-02-03 |
| | | | | | | | | | | | Still todo: - add repos from uuid.log that were not directly found - group repos into their respective hosts - display inaccessible repos and broken remote connections in red - anonymize the url display somewhat, so the maps can be shared - use uuid info to tell when two apparently different repos are actually the same repo accessed in different ways | ||
* | unannex: Commit staged changes at end | Joey Hess | 2011-02-01 |
| | | | | | to avoid some confusing behavior with the pre-commit hook, which would see some types of commits after an unannex as checking in of an unlocked file. | ||
* | cleanup last change | Joey Hess | 2011-01-31 |
| | |||
* | Preserve specified file ordering when instructed to act on multiple files or ↵ | Joey Hess | 2011-01-31 |
| | | | | directories. | ||
* | 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 |
| | |||
* | DEP5 | 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.) | ||
* | copyright years | Joey Hess | 2011-01-08 |
| | |||
* | 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 |