Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | releasing version 0.201106100.20110610 | Joey Hess | 2011-06-10 |
| | |||
* | Bugfix: Fix fsck to not think all SHAnE keys are bad. | Joey Hess | 2011-06-10 |
| | |||
* | get --from is the same as copy --from | Joey Hess | 2011-06-09 |
| | | | | | | | | get not honoring --from has surprised me a few times, so least surprise suggests it should just behave like copy --from. This leaves the difference between get and copy being that copy always requires the remote to copy from, while get will decide whether to get a file from a key/value store or a remote. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-06-09 |
|\ | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-06-08 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnEpj9IoEzNagnLDTTc9ormo5orwHW5aaI | 2011-06-08 |
| | | |||
| * | (no commit message) | ssqq | 2011-06-04 |
| | | |||
| * | Added a comment: git annex unused | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-06-02 |
| | | |||
| * | Added a comment: git annex unused | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-06-02 |
| | | |||
| * | Added a comment: git annex unlock --readonly | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-06-02 |
| | | |||
* | | tweak | Joey Hess | 2011-06-02 |
| | | |||
* | | refactor | Joey Hess | 2011-06-02 |
|/ | |||
* | update | Joey Hess | 2011-06-02 |
| | |||
* | fix | Joey Hess | 2011-06-02 |
| | |||
* | reformat | Joey Hess | 2011-06-02 |
| | |||
* | update | Joey Hess | 2011-06-02 |
| | |||
* | update | Joey Hess | 2011-06-02 |
| | |||
* | adjust to use primary git repo | Joey Hess | 2011-06-02 |
| | |||
* | add fedora install instructions | Joey Hess | 2011-06-02 |
| | |||
* | rename modules for data types into Types/ directory | Joey Hess | 2011-06-01 |
| | |||
* | better types allowed breaking module dep loop | Joey Hess | 2011-06-01 |
| | |||
* | (no commit message) | http://joey.kitenet.net/ | 2011-06-01 |
| | |||
* | Add --trust, --untrust, and --semitrust options. | Joey Hess | 2011-06-01 |
| | |||
* | mention --numcopies | Joey Hess | 2011-06-01 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U | 2011-06-01 |
| | |||
* | Add --numcopies option. | Joey Hess | 2011-06-01 |
| | |||
* | Added a comment | http://joey.kitenet.net/ | 2011-06-01 |
| | |||
* | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus | 2011-06-01 |
| | |||
* | (no commit message) | http://joey.kitenet.net/ | 2011-06-01 |
| | |||
* | (no commit message) | http://joey.kitenet.net/ | 2011-06-01 |
| | |||
* | add news item for git-annex 0.20110601 | Joey Hess | 2011-06-01 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2011-06-01 |
|\ | |||
* | | releasing version 0.201106010.20110601 | Joey Hess | 2011-06-01 |
| | | |||
* | | remove unnecessary imports | Joey Hess | 2011-06-01 |
| | | |||
| * | Added a comment | http://joey.kitenet.net/ | 2011-05-31 |
| | | |||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-05-31 |
|/ | |||
* | Somewhat sped up `git commit` of modifications to unlocked files. | Joey Hess | 2011-05-31 |
| | | | | | | | | | | | | Avoid git reset here too, so I no longer need to care that it's much more expensive than seems wise (but I asked the git list about that anyway). It's not necessary to reset the staged file content from the index, as the `git add` of the the symlink will replace it anyway. `git commit` of unlocked files is still slow, since git still has to shove their entire content into the index, only to have it be thrown away. So it's still better to use `git annex add` | ||
* | Fix locking of files with staged changes. | Joey Hess | 2011-05-31 |
| | | | | | Previously, lock would skip files that had staged changes, but that is counterintuitive, I think. | ||
* | Added a comment: fixed | http://joey.kitenet.net/ | 2011-05-31 |
| | |||
* | Massively sped up `git annex lock` by avoiding use of the uber-slow `git ↵ | Joey Hess | 2011-05-31 |
| | | | | reset`, and only running `git checkout` once, even when many files are being locked. | ||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-05-31 |
| | |||
* | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w | 2011-05-31 |
| | |||
* | unused --from . checks local repo, for consistency | Joey Hess | 2011-05-28 |
| | |||
* | bugfix: fix unused list numbering | Joey Hess | 2011-05-28 |
| | | | | Introduced in 43f0a666f0f6cc152a2b778921831d6d7daedcaf | ||
* | tweak | Joey Hess | 2011-05-28 |
| | |||
* | improve unused command's output | Joey Hess | 2011-05-28 |
| | | | | | Display the name of the remote being checked, with "." for the current remote, echoing the way describe takes that to change its description. | ||
* | improve error message when no remote name is specified | Joey Hess | 2011-05-28 |
| | | | | list available remotes in case user wanted to use or change one of them | ||
* | show error message on unexpected parameters to commands that take none | Joey Hess | 2011-05-28 |
| | | | | Before it would exit nonzero w/o doing anything, which was confusing. | ||
* | simplify | Joey Hess | 2011-05-28 |
| | |||
* | bleagh | Joey Hess | 2011-05-28 |
| |